Commit e6f2605e authored by dyen's avatar dyen Committed by Commit bot

Enabled shader disk cache on android.

R=vmiura@chromium.org
BUG=451216
TEST=local traces + trybots

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

Cr-Commit-Position: refs/heads/master@{#316400}
parent 2782babc
...@@ -70,8 +70,6 @@ void SetContentCommandLineFlags(bool single_process, ...@@ -70,8 +70,6 @@ void SetContentCommandLineFlags(bool single_process,
if (base::SysInfo::IsLowEndDevice()) if (base::SysInfo::IsLowEndDevice())
parsed_command_line->AppendSwitch(switches::kInProcessGPU); parsed_command_line->AppendSwitch(switches::kInProcessGPU);
parsed_command_line->AppendSwitch(switches::kDisableGpuShaderDiskCache);
parsed_command_line->AppendSwitch(switches::kEnableViewportMeta); parsed_command_line->AppendSwitch(switches::kEnableViewportMeta);
parsed_command_line->AppendSwitch( parsed_command_line->AppendSwitch(
switches::kMainFrameResizesAreOrientationChanges); switches::kMainFrameResizesAreOrientationChanges);
......
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