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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_window_controller.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/tabs/tab_window_controller.h
diff --git a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
index e9904d90f11ff9d94b16f4da304e6fdefe0ea552..72674649d0e4c19e5b655609b7d556af13eba261 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
+++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
@@ -18,7 +18,7 @@
@class FastResizeView;
@class FocusTracker;
-@class NSVisualEffectView;
+@class TabStripBackgroundView;
@class TabStripView;
@class TabView;
@@ -26,10 +26,7 @@
@private
// Wrapper view around web content, and the developer tools view.
base::scoped_nsobject<FastResizeView> tabContentArea_;
- base::scoped_nsobject<NSView> tabStripBackgroundView_;
-
- // Used to blur the titlebar. nil if window does not have titlebar.
- base::scoped_nsobject<NSVisualEffectView> visualEffectView_;
+ base::scoped_nsobject<TabStripBackgroundView> tabStripBackgroundView_;
// The tab strip overlaps the titlebar of the window.
base::scoped_nsobject<TabStripView> tabStripView_;
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_strip_view.mm ('k') | chrome/browser/ui/cocoa/tabs/tab_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698