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

Unified Diff: ash/ash_switches.cc

Issue 10909242: Add "panel_fitting" GPU feature type and use it for mirror mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed review comments of Patch Set 2 Created 8 years, 3 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 8d2dca7031e0fe19c771dd3cdf65bb4ecec84e72..7cd3691414f2af40db059af5c42b4939e8ca211a 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -16,6 +16,9 @@ const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
// Disables Workspace2.
const char kAshDisableWorkspace2[] = "ash-disable-workspace2";
+// Disables panel fitting (used for mirror mode).
+const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
+
// Enable advanced gestures (e.g. for window management).
const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shell.cc » ('j') | chromeos/display/output_configurator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698