Index: content/browser/gpu/webgl_conformance_test.cc |
=================================================================== |
--- content/browser/gpu/webgl_conformance_test.cc (revision 181789) |
+++ content/browser/gpu/webgl_conformance_test.cc (working copy) |
@@ -28,12 +28,12 @@ |
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( |