| Index: content/shell/shell_main_delegate.cc
|
| diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
|
| index 69813218a7888be0379b3609aac345568b3897cb..ce6a1b5ec68dadf83bdb36476058c2e399e096c3 100644
|
| --- a/content/shell/shell_main_delegate.cc
|
| +++ b/content/shell/shell_main_delegate.cc
|
| @@ -111,7 +111,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| SetAllowOSMesaImageTransportForTesting();
|
| DisableSystemDragDrop();
|
| command_line.AppendSwitch(switches::kSkipGpuDataLoading);
|
| - command_line.AppendSwitch(switches::kEnableExperimentalWebKitFeatures);
|
| + command_line.AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures);
|
| command_line.AppendSwitch(switches::kEnableCssShaders);
|
| command_line.AppendSwitchASCII(switches::kTouchEvents,
|
| switches::kTouchEventsEnabled);
|
|
|