summaryrefslogtreecommitdiffstats
path: root/cc/base/switches.h
diff options
context:
space:
mode:
authorskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-13 05:07:19 +0000
committerskuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-13 05:07:19 +0000
commit50e15727223270b32288f6751aad116584992182 (patch)
treef0e2357f2040dfc020f9b28346bfc873b01cbcd0 /cc/base/switches.h
parent13d49915b885cd28f70f063009303ffed0f463f2 (diff)
downloadchromium_src-50e15727223270b32288f6751aad116584992182.zip
chromium_src-50e15727223270b32288f6751aad116584992182.tar.gz
chromium_src-50e15727223270b32288f6751aad116584992182.tar.bz2
Adding new switch to get OpenGL emulation / some drivers to work again
Added "--ui-disable-partial-swap" command line option to get some OpenGL drivers back to work by allowing to disable the partial swap again. BUG=230946 TEST=visual Review URL: https://chromiumcodereview.appspot.com/14064003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/base/switches.h')
-rw-r--r--cc/base/switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/base/switches.h b/cc/base/switches.h
index 8d6991f..6f89fb2 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -43,6 +43,7 @@ CC_EXPORT extern const char kDisablePinchZoomScrollbars[];
CC_EXPORT extern const char kEnablePartialSwap[];
// Switches for both the renderer and ui compositors.
+CC_EXPORT extern const char kUIDisablePartialSwap[];
CC_EXPORT extern const char kEnablePerTilePainting[];
CC_EXPORT extern const char kUIEnablePerTilePainting[];