| Index: content/browser/gpu/webgl_conformance_test.cc
|
| diff --git a/content/browser/gpu/webgl_conformance_test.cc b/content/browser/gpu/webgl_conformance_test.cc
|
| index c539f5ceddb1e8e472098c36626f9e3172328162..2bdd5d075b6f651f688df7c27f849bd923c853dd 100644
|
| --- a/content/browser/gpu/webgl_conformance_test.cc
|
| +++ b/content/browser/gpu/webgl_conformance_test.cc
|
| @@ -26,6 +26,9 @@ class WebGLConformanceTest : public ContentBrowserTest {
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| // Allow privileged WebGL extensions.
|
| command_line->AppendSwitch(switches::kEnablePrivilegedWebGLExtensions);
|
| +#if defined(OS_ANDROID)
|
| + command_line->AppendSwitch(switches::kEnableExperimentalWebGL);
|
| +#endif
|
| }
|
|
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
|
|