Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6594)

Unified Diff: chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h

Issue 12674019: Alternate NTP Mac: Show overlay at fixed position (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h
diff --git a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h
index 773b594b09f16fcb50c8a469e2204493e431fffb..769aea72433610c8797ea326e7fe0fdfe6f027b5 100644
--- a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h
+++ b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h
@@ -52,6 +52,10 @@ class WebContents;
// View responsible for drawing a drop shadow.
scoped_nsobject<NSView> dropShadowView_;
+ // View responsible for drawing a separator at the top. The separator is
+ // only visible when the overlay is positioned right next to the omnibox.
+ scoped_nsobject<NSView> topSeparatorView_;
+
BrowserWindowController* windowController_;
// The vertical offset between the top of the view and the active container.

Powered by Google App Engine
This is Rietveld 408576698