diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-14 19:17:41 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-14 19:17:41 +0000 |
commit | c410da80a6f24f4f81d489cf67ca79ef18ad72ae (patch) | |
tree | 6bd0160358540a08ea0a0e742a37dbf82f449754 /content/common | |
parent | 7a6237765bb6be1e1cd8342988eb7a68fa1625a2 (diff) | |
download | chromium_src-c410da80a6f24f4f81d489cf67ca79ef18ad72ae.zip chromium_src-c410da80a6f24f4f81d489cf67ca79ef18ad72ae.tar.gz chromium_src-c410da80a6f24f4f81d489cf67ca79ef18ad72ae.tar.bz2 |
Connect up --disable-gl-multisampling to command buffer
Plumb the --disable-gl-multisampling flag in to the command buffer, so it won't report the extension to any consumers.
BUG=75181
TEST=webgl antialias test
Review URL: http://codereview.chromium.org/6686024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/content_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/content_switches.h b/content/common/content_switches.h index 09d576b..c306484 100644 --- a/content/common/content_switches.h +++ b/content/common/content_switches.h @@ -20,6 +20,7 @@ extern const char kDisableDatabases[]; extern const char kDisableDesktopNotifications[]; extern const char kDisableExperimentalWebGL[]; extern const char kDisableFileSystem[]; +extern const char kDisableGLMultisampling[]; extern const char kDisableGpuSandbox[]; extern const char kDisableGpuWatchdog[]; extern const char kDisableHolePunching[]; |