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

Unified Diff: ash/display/display_layout.h

Issue 1150913002: Save and restore unified mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix leak Created 5 years, 7 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 | « ash/display/display_controller.cc ('k') | ash/display/display_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_layout.h
diff --git a/ash/display/display_layout.h b/ash/display/display_layout.h
index dc322087c2f1bb92d4198dae7d707ca427679bea..df966b2f93bc0d604d391433e2aa5fed89d48162 100644
--- a/ash/display/display_layout.h
+++ b/ash/display/display_layout.h
@@ -59,6 +59,9 @@ struct ASH_EXPORT DisplayLayout {
// True if displays are mirrored.
bool mirrored;
+ // True if multi displays should default to unified mode.
+ bool default_unified;
+
// The id of the display used as a primary display.
int64 primary_id;
« no previous file with comments | « ash/display/display_controller.cc ('k') | ash/display/display_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698