Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index eb7740b1532a0d21ff80560b0fb20ff2dfc67f89..9e4ee62edc7e539f3681e9b04f8d970080ff1938 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -149,6 +149,7 @@ |
command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); |
command_line.AppendSwitchASCII(switches::kUseGL, |
gfx::kGLImplementationOSMesaName); |
+ command_line.AppendSwitch(switches::kSkipGpuDataLoading); |
command_line.AppendSwitchASCII(switches::kTouchEvents, |
switches::kTouchEventsEnabled); |
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0"); |