| Index: chrome/test/gpu/gpu_feature_browsertest.cc
|
| diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
|
| index 2bea73f7ed416093387b4c580d176606a40683bc..ec27223f621aca888a49034e4a231ec58eb9f12a 100644
|
| --- a/chrome/test/gpu/gpu_feature_browsertest.cc
|
| +++ b/chrome/test/gpu/gpu_feature_browsertest.cc
|
| @@ -273,7 +273,7 @@ class WebGLMultisamplingTest : public GpuFeatureTest {
|
| public:
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| GpuFeatureTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(switches::kDisableGLMultisampling);
|
| + command_line->AppendSwitch("disable_multisampling");
|
| }
|
| };
|
|
|
|
|