[omnibox] Add OmniboxRowView to contain a header and OmniboxResultView
With the new suggestion headers that are coming, go/omniboxtransparency, some rows are going to have need to paint headers above the OmniboxResultView. I considered adding the header to OmniboxResultView, but this didn't make sense for reasons detailed in some in-code comments. So I'm adding a new lightweight OmniboxRowView class to be a parent of both the OmniboxResultView and the optional header View that sits right above it. The header View is not implemented yet. Bug: 1052522 Change-Id: I693fa2dec0aa194da69f5fc744fe1099817f5ddd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130814 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#756803}
Showing
Please register or sign in to comment