Index: content/browser/gpu/gpu_memory_test.cc |
diff --git a/content/browser/gpu/gpu_memory_test.cc b/content/browser/gpu/gpu_memory_test.cc |
index 1ccfab65e095b6c03e7662021771e1bcb5b911f9..0c72549682d3ddd00d34401b460f684e5d522323 100644 |
--- a/content/browser/gpu/gpu_memory_test.cc |
+++ b/content/browser/gpu/gpu_memory_test.cc |
@@ -76,7 +76,6 @@ class GpuMemoryTest : public ContentBrowserTest { |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
command_line->AppendSwitch(switches::kEnableLogging); |
- command_line->AppendSwitch(switches::kForceCompositingMode); |
command_line->AppendSwitchASCII(switches::kForceGpuMemAvailableMb, |
kMemoryLimitMBSwitch); |
// Only run this on GPU bots for now. These tests should work with |