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

Unified Diff: apps/app_window.cc

Issue 327293002: Add missing member initialization in AppWindow::CreateParams. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window.cc
diff --git a/apps/app_window.cc b/apps/app_window.cc
index dbc28f759aa7198f28a4830c80f22283966423f3..814d2e0ae82f470d9016b39b416201cc9098eb9a 100644
--- a/apps/app_window.cc
+++ b/apps/app_window.cc
@@ -157,6 +157,8 @@ AppWindow::CreateParams::CreateParams()
: window_type(AppWindow::WINDOW_TYPE_DEFAULT),
frame(AppWindow::FRAME_CHROME),
has_frame_color(false),
+ active_frame_color(SK_ColorBLACK),
+ inactive_frame_color(SK_ColorBLACK),
transparent_background(false),
creator_process_id(0),
state(ui::SHOW_STATE_DEFAULT),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698