| 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 b5adadb176936a9ed68f4746bfc3708ee8ddeae5..fc4288c9163177e73c95ae64d918f78be7363556 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.AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures);
|
| command_line.AppendSwitch(switches::kEnableCssShaders);
|
|
|