| 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 8e60a32779e17055640bec1c7218b49984781f55..2ebca21337d088fe762fbf708cab81c71e94b72d 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -123,7 +123,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| command_line.AppendSwitchASCII(
|
| switches::kUseGL, gfx::kGLImplementationOSMesaName);
|
| #endif
|
| - command_line.AppendSwitch(switches::kSkipGpuDataLoading);
|
| command_line.AppendSwitch(switches::kDisableGpuVsync);
|
| command_line.AppendSwitchASCII(switches::kTouchEvents,
|
| switches::kTouchEventsEnabled);
|
|
|