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

Unified Diff: content/public/common/web_preferences.h

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Change the string in "about://flags" Created 4 years, 1 month 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
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 9759112e1eabdcdf6123500823acd08a50ec2d9b..efc117dba13765ebb2071465c023e1842d63a734 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -158,7 +158,7 @@ struct CONTENT_EXPORT WebPreferences {
bool should_clear_document_background;
bool enable_scroll_animator;
bool css_variables_enabled;
- bool touch_enabled;
+ bool touch_api_enabled;
// TODO(mustaq): Nuke when the new API is ready
bool device_supports_touch;
// TODO(mustaq): Nuke when the new API is ready

Powered by Google App Engine
This is Rietveld 408576698