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

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

Issue 2536723007: Removed android scrolling fake mouse moves and device_supports_mouse (Closed)
Patch Set: Made checks mirror what previous logic Created 4 years 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 d7e3f80a2b5c22179f4b20d5513c4aa9943e3f2b..87306254004d89474541a8adeb0f682f13bb0e35 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -161,8 +161,6 @@ struct CONTENT_EXPORT WebPreferences {
bool touch_event_api_enabled;
// TODO(mustaq): Nuke when the new API is ready
bool device_supports_touch;
- // TODO(mustaq): Nuke when the new API is ready
- bool device_supports_mouse;
bool touch_adjustment_enabled;
int pointer_events_max_touch_points;
int available_pointer_types;

Powered by Google App Engine
This is Rietveld 408576698