Index: content/browser/gpu/compositor_util.cc |
diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc |
index c75571b929c7a6a6039a19bef9bd21862719584b..9606eb56756506d28b3b9df1bf77fabe5f3cd933 100644 |
--- a/content/browser/gpu/compositor_util.cc |
+++ b/content/browser/gpu/compositor_util.cc |
@@ -301,8 +301,10 @@ |
if (command_line.HasSwitch(switches::kDisableThreadedGpuRasterization)) |
return false; |
- |
- return true; |
+ if (command_line.HasSwitch(switches::kEnableThreadedGpuRasterization)) |
+ return true; |
+ |
+ return false; |
} |
bool UseSurfacesEnabled() { |