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

Unified Diff: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h

Issue 251993002: [Mac] Implement frame.[color|inactiveColor]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implement NativeAppWindow::[Active|Inactive]FrameColor Created 6 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/apps/native_app_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
index 370825c803723201ace360c70cd19e300b23f274..75562a0cbe67c275ebd2b695f81973cf41d2f9ef 100644
--- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
@@ -201,6 +201,10 @@ class NativeAppWindowCocoa : public apps::NativeAppWindow,
apps::SizeConstraints size_constraints_;
+ bool has_frame_color_;
+ SkColor active_frame_color_;
+ SkColor inactive_frame_color_;
+
base::scoped_nsobject<NativeAppWindowController> window_controller_;
NSInteger attention_request_id_; // identifier from requestUserAttention

Powered by Google App Engine
This is Rietveld 408576698