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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_popup_separator_view.h

Issue 1821823004: [Mac][Material Design] Update Omnibox dropdown on Mac to MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up for review. Created 4 years, 8 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/omnibox/omnibox_popup_separator_view.h
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_separator_view.h b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_separator_view.h
index ae2355a742b26481296797cf03710727fb89bcf7..1b91be76701143f4d3fa1e332c70131e0bc4d41c 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_separator_view.h
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_separator_view.h
@@ -19,9 +19,12 @@
// A view used to draw a drop shadow beneath the omnibox popup.
@interface OmniboxPopupBottomSeparatorView : NSView {
+ @private
+ BOOL isDarkTheme_;
}
+ (CGFloat)preferredHeight;
+- (instancetype)initWithFrame:(NSRect)frame forDarkTheme:(BOOL)isDarkTheme;
@end

Powered by Google App Engine
This is Rietveld 408576698