summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell
diff options
context:
space:
mode:
authorgdk@chromium.org <gdk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 14:23:04 +0000
committergdk@chromium.org <gdk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 14:23:04 +0000
commitf2e3d6cfb6845a385d000702c1d2a7674a362076 (patch)
tree89775ded7cd637595e09f4b07811559947bf55ad /webkit/tools/test_shell
parent613d9d3990305c2ab1ae4a9da035b57944c57c2e (diff)
downloadchromium_src-f2e3d6cfb6845a385d000702c1d2a7674a362076.zip
chromium_src-f2e3d6cfb6845a385d000702c1d2a7674a362076.tar.gz
chromium_src-f2e3d6cfb6845a385d000702c1d2a7674a362076.tar.bz2
Create a command-line switch for enabling touch events.
BUG=36415 TEST=none Review URL: http://codereview.chromium.org/1575033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r--webkit/tools/test_shell/test_shell_webkit_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
index 5416e76..bf0a8ad 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;