diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 05:36:42 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-24 05:36:42 +0000 |
commit | d2917abd7750f55ce67234a3170ed44190beb663 (patch) | |
tree | 9005f458654e4cc3dd1b2dc0bb073bbe458df1d9 /chrome/chrome_browser_ui.gypi | |
parent | ef0ff9975663a7abee5f2a2e59610328759bf61f (diff) | |
download | chromium_src-d2917abd7750f55ce67234a3170ed44190beb663.zip chromium_src-d2917abd7750f55ce67234a3170ed44190beb663.tar.gz chromium_src-d2917abd7750f55ce67234a3170ed44190beb663.tar.bz2 |
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
Review URL: https://chromiumcodereview.appspot.com/12674019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190213 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 25ceeb6..4e23bdc 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_drop_shadow_view.h', - 'browser/ui/cocoa/tab_contents/overlay_drop_shadow_view.mm', + 'browser/ui/cocoa/tab_contents/overlay_separator_view.h', + 'browser/ui/cocoa/tab_contents/overlay_separator_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', |