summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_ui.gypi
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 18:06:26 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-27 18:06:26 +0000
commit00b50b22e8bc53c68e655662d36c10c986e45b9c (patch)
treeb69c1d0b72f4aef0a20da011b11e2f9fb3db945d /chrome/chrome_browser_ui.gypi
parentfc12e0b312641972d49c4decb0a77e38a6a0ea34 (diff)
downloadchromium_src-00b50b22e8bc53c68e655662d36c10c986e45b9c.zip
chromium_src-00b50b22e8bc53c68e655662d36c10c986e45b9c.tar.gz
chromium_src-00b50b22e8bc53c68e655662d36c10c986e45b9c.tar.bz2
Revert 190732 "Revert 190584 "Alternate NTP Mac: Show overlay at..."
Confirmed that this didn't cause bug 224002. BUG=224002 > Revert 190584 "Alternate NTP Mac: Show overlay at fixed position" > > Speculative revert to see this fixes the Mac startup perf regression. > > BUG=224002 > > > 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 > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190519 > > > > Review URL: https://chromiumcodereview.appspot.com/12674019 > > TBR=sail@chromium.org > Review URL: https://codereview.chromium.org/13006019 TBR=sail@chromium.org Review URL: https://codereview.chromium.org/12770029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_ui.gypi')
-rw-r--r--chrome/chrome_browser_ui.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 8ba57f4..3ab08b3 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',