summaryrefslogtreecommitdiffstats
path: root/cc/switches.cc
diff options
context:
space:
mode:
authorkangyuan.shu@intel.com <kangyuan.shu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 05:42:41 +0000
committerkangyuan.shu@intel.com <kangyuan.shu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 05:42:41 +0000
commite846688da7559385d958de808bd079504402330c (patch)
treec1f2c387e0e974798fe7abd5d65852f50b62977d /cc/switches.cc
parent1ea85cd626350ddd70eea19a2dcac8d802882796 (diff)
downloadchromium_src-e846688da7559385d958de808bd079504402330c.zip
chromium_src-e846688da7559385d958de808bd079504402330c.tar.gz
chromium_src-e846688da7559385d958de808bd079504402330c.tar.bz2
cc: Add right-aligned-scheduler command line switch.
This does not do anything yet. BUG=170000 Review URL: https://chromiumcodereview.appspot.com/11885035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/switches.cc')
-rw-r--r--cc/switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/switches.cc b/cc/switches.cc
index cba392d..7cad4d5b0 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -24,6 +24,9 @@ const char kEnablePartialSwap[] = "enable-partial-swap";
const char kEnablePerTilePainting[] = "enable-per-tile-painting";
+// Try to finish display pipeline before vsync tick
+const char kEnableRightAlignedScheduling[] = "enable-right-aligned-scheduling";
+
const char kEnableTopControlsPositionCalculation[] =
"enable-top-controls-position-calculation";