Commit 96a23833 authored by vmiura's avatar vmiura Committed by Commit bot

cc: Default threaded GPU rasterization to ON.

BUG=454500

Review URL: https://codereview.chromium.org/927463004

Cr-Commit-Position: refs/heads/master@{#316665}
parent 958e9f8c
...@@ -301,10 +301,8 @@ bool IsThreadedGpuRasterizationEnabled() { ...@@ -301,10 +301,8 @@ bool IsThreadedGpuRasterizationEnabled() {
if (command_line.HasSwitch(switches::kDisableThreadedGpuRasterization)) if (command_line.HasSwitch(switches::kDisableThreadedGpuRasterization))
return false; return false;
if (command_line.HasSwitch(switches::kEnableThreadedGpuRasterization))
return true;
return false; return true;
} }
bool UseSurfacesEnabled() { bool UseSurfacesEnabled() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment