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