| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| index 5416e76e2cff529b3b3f065a6347a8d65037748f..bf0a8ade3a6fe2e17e8c452d1be903e2dfd87ac4 100644
|
| --- a/webkit/tools/test_shell/test_shell_webkit_init.h
|
| +++ b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| @@ -64,6 +64,7 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl {
|
| WebKit::WebRuntimeFeatures::enableWebGL(true);
|
| WebKit::WebRuntimeFeatures::enablePushState(true);
|
| WebKit::WebRuntimeFeatures::enableNotifications(true);
|
| + WebKit::WebRuntimeFeatures::enableTouch(true);
|
|
|
| // Load libraries for media and enable the media player.
|
| FilePath module_path;
|
|
|