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

Unified Diff: chrome/browser/ui/cocoa/floating_bar_backing_view.h

Issue 2430493002: [Mac] Fix rough-looking profile picker text, especially with a dark theme. (Closed)
Patch Set: Scopify! Created 3 years, 11 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/floating_bar_backing_view.h
diff --git a/chrome/browser/ui/cocoa/floating_bar_backing_view.h b/chrome/browser/ui/cocoa/floating_bar_backing_view.h
index bfd411415718a6fa67bb663dd0ec3d137dc05e5f..a55b12396bff349083cad8cbf299d47f154bd381 100644
--- a/chrome/browser/ui/cocoa/floating_bar_backing_view.h
+++ b/chrome/browser/ui/cocoa/floating_bar_backing_view.h
@@ -7,10 +7,10 @@
#import <Cocoa/Cocoa.h>
-#import "chrome/browser/ui/cocoa/themed_window.h"
+#import "chrome/browser/ui/cocoa/tabs/tab_strip_background_view.h"
// A custom view that draws the tab strip background for fullscreen windows.
-@interface FloatingBarBackingView : NSView<ThemedWindowDrawing>
+@interface FloatingBarBackingView : TabStripBackgroundView
@end
#endif // CHROME_BROWSER_UI_COCOA_FLOATING_BAR_BACKING_VIEW_H_
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_fullscreen_transition.mm ('k') | chrome/browser/ui/cocoa/floating_bar_backing_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698