diff options
Diffstat (limited to 'content/browser/gpu/webgl_conformance_test.cc')
-rw-r--r-- | content/browser/gpu/webgl_conformance_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/gpu/webgl_conformance_test.cc b/content/browser/gpu/webgl_conformance_test.cc index 734d07e..ef5c33d 100644 --- a/content/browser/gpu/webgl_conformance_test.cc +++ b/content/browser/gpu/webgl_conformance_test.cc @@ -28,12 +28,12 @@ class WebGLConformanceTest : public ContentBrowserTest { WebGLConformanceTest() {} #if !defined(OS_WIN) - virtual void SetUpCommandLine(CommandLine* command_line) { + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { // Allow privileged WebGL extensions. command_line->AppendSwitch(switches::kEnablePrivilegedWebGLExtensions); } - virtual void SetUpInProcessBrowserTestFixture() { + virtual void SetUpInProcessBrowserTestFixture() OVERRIDE { base::FilePath webgl_conformance_path; PathService::Get(base::DIR_SOURCE_ROOT, &webgl_conformance_path); webgl_conformance_path = webgl_conformance_path.Append( |