Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: webkit/glue/webpreferences.h

Issue 12314032: [content shell] enable touch events for layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/webkit_test_helpers.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h
index fba0ef5b6c757b3e1baa707851cdef15b6f17f19..edb3032fc46c49f6a6523f59b432165c8965c351 100644
--- a/webkit/glue/webpreferences.h
+++ b/webkit/glue/webpreferences.h
@@ -145,6 +145,7 @@ struct WEBKIT_GLUE_EXPORT WebPreferences {
bool device_supports_touch;
bool device_supports_mouse;
bool touch_adjustment_enabled;
+ bool touch_drag_drop_enabled;
int default_tile_width;
int default_tile_height;
int max_untiled_layer_width;
« no previous file with comments | « content/shell/webkit_test_helpers.cc ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698