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

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

Issue 2547373002: Rename TouchEventAPI to TouchEventFeatureDetection (Closed)
Patch Set: Update histograms.xml 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: 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 6581f06d0f6068b764c8fa2b312004e412be1fa5..c46329072f22711e7fb47d71e174a39b7dbfec1b 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_originalTouchEventAPIEnabled;
+ bool m_originalTouchEventFeatureDetectionEnabled;
bool m_originalDeviceSupportsMouse;
bool m_originalDeviceSupportsTouch;
int m_originalMaxTouchPoints;

Powered by Google App Engine
This is Rietveld 408576698