summaryrefslogtreecommitdiffstats
path: root/content/common/view_messages.h
diff options
context:
space:
mode:
authorzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-22 00:40:31 +0000
committerzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-22 00:40:31 +0000
commitd34dbf2e0870d82bb70490f8d0a4e70046a7d15e (patch)
tree533a172fe677de973ec38b7a6fda93badf76d232 /content/common/view_messages.h
parentb889b277b99867b6bb4a1021dc9153b2952a3e75 (diff)
downloadchromium_src-d34dbf2e0870d82bb70490f8d0a4e70046a7d15e.zip
chromium_src-d34dbf2e0870d82bb70490f8d0a4e70046a7d15e.tar.gz
chromium_src-d34dbf2e0870d82bb70490f8d0a4e70046a7d15e.tar.bz2
Enable privileged WebGL extensions for Chrome extensions.
Also, these WebGL extensions can be enabled through a commandline switch: enable-privileged-webgl-extensions. BUG=95531 TEST=two WebGL conformance tests run through the extension-enabled path Review URL: http://codereview.chromium.org/8364018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r--content/common/view_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index d7571bd..2e06adc 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -223,6 +223,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
IPC_STRUCT_TRAITS_MEMBER(webaudio_enabled)
IPC_STRUCT_TRAITS_MEMBER(experimental_webgl_enabled)
IPC_STRUCT_TRAITS_MEMBER(gl_multisampling_enabled)
+ IPC_STRUCT_TRAITS_MEMBER(privileged_webgl_extensions_enabled)
IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_borders)
IPC_STRUCT_TRAITS_MEMBER(show_composited_layer_tree)
IPC_STRUCT_TRAITS_MEMBER(show_fps_counter)