diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 00:43:19 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 00:43:19 +0000 |
commit | d93d25cf77b0ad8315c6a66bbca06cfd93d19505 (patch) | |
tree | 64803d221ecadb127de665b48e9fe98f552a3c3e /chrome/chrome_browser_ui.gypi | |
parent | f0770fe8342cec07ec517b4da51d709d8101d78d (diff) | |
download | chromium_src-d93d25cf77b0ad8315c6a66bbca06cfd93d19505.zip chromium_src-d93d25cf77b0ad8315c6a66bbca06cfd93d19505.tar.gz chromium_src-d93d25cf77b0ad8315c6a66bbca06cfd93d19505.tar.bz2 |
Revert 190519 "Alternate NTP Mac: Show overlay at fixed position"
> Alternate NTP Mac: Show overlay at fixed position
>
> Previously the overlay was shown at the bottom of the toolbar. The height of
> the bookmark bar changes if the bookmark bar is attached. This meant that the
> overlay would change positions (relative to the omnibox) depending on the
> bookmark bar's attached state.
>
> With this CL we now show the overlay at the fixed offset from the omnibox.
>
> One side effect of this is that the bottom of the toolbar can no longer act
> as a separator for the overlay. I've changed the overlay to draw its own
> separator.
>
> Screenshot: http://i.imgur.com/ub9gfDo.png
>
> BUG=173475, 174077
> TBR=sky@chromium.org
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190213
>
> Review URL: https://codereview.chromium.org/12674019
TBR=sail@chromium.org
Review URL: https://codereview.chromium.org/12905008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_ui.gypi')
-rw-r--r-- | chrome/chrome_browser_ui.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi index 4e23bdc..25ceeb6 100644 --- a/chrome/chrome_browser_ui.gypi +++ b/chrome/chrome_browser_ui.gypi @@ -753,8 +753,8 @@ 'browser/ui/cocoa/tab_contents/favicon_util_mac.mm', 'browser/ui/cocoa/tab_contents/instant_overlay_controller_mac.h', 'browser/ui/cocoa/tab_contents/instant_overlay_controller_mac.mm', - 'browser/ui/cocoa/tab_contents/overlay_separator_view.h', - 'browser/ui/cocoa/tab_contents/overlay_separator_view.mm', + 'browser/ui/cocoa/tab_contents/overlay_drop_shadow_view.h', + 'browser/ui/cocoa/tab_contents/overlay_drop_shadow_view.mm', 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', 'browser/ui/cocoa/tab_contents/render_view_context_menu_mac.h', |