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

Unified Diff: apps/app_window.h

Issue 166443004: Add frame color option to packaged app windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | chrome/browser/extensions/api/app_window/app_window_api.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window.h
diff --git a/apps/app_window.h b/apps/app_window.h
index 46933c9e45655c144835610455fd604b90f3a918..9551539fcea716838239d5b6d4c9a1667386158f 100644
--- a/apps/app_window.h
+++ b/apps/app_window.h
@@ -157,6 +157,9 @@ class AppWindow : public content::NotificationObserver,
WindowType window_type;
Frame frame;
+
+ bool has_frame_color;
+ SkColor frame_color;
bool transparent_background; // Only supported on ash.
// Specify the initial content bounds of the window (excluding any window
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | chrome/browser/extensions/api/app_window/app_window_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698