diff options
author | kangyuan.shu@intel.com <kangyuan.shu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 05:42:41 +0000 |
---|---|---|
committer | kangyuan.shu@intel.com <kangyuan.shu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 05:42:41 +0000 |
commit | e846688da7559385d958de808bd079504402330c (patch) | |
tree | c1f2c387e0e974798fe7abd5d65852f50b62977d /cc/switches.cc | |
parent | 1ea85cd626350ddd70eea19a2dcac8d802882796 (diff) | |
download | chromium_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.cc | 3 |
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"; |