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

Unified Diff: third_party/WebKit/Source/web/DevToolsEmulator.h

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Deprecate the histogram. 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: third_party/WebKit/Source/web/DevToolsEmulator.h
diff --git a/third_party/WebKit/Source/web/DevToolsEmulator.h b/third_party/WebKit/Source/web/DevToolsEmulator.h
index 8ab0627fae98ab5fcf5901a1fd5d394c13b9bc0b..6581f06d0f6068b764c8fa2b312004e412be1fa5 100644
--- a/third_party/WebKit/Source/web/DevToolsEmulator.h
+++ b/third_party/WebKit/Source/web/DevToolsEmulator.h
@@ -109,7 +109,7 @@ class WEB_EXPORT DevToolsEmulator final
bool m_touchEventEmulationEnabled;
bool m_doubleTapToZoomEnabled;
- bool m_originalTouchEnabled;
+ bool m_originalTouchEventAPIEnabled;
bool m_originalDeviceSupportsMouse;
bool m_originalDeviceSupportsTouch;
int m_originalMaxTouchPoints;

Powered by Google App Engine
This is Rietveld 408576698