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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 243233002: [DevTools] Disable touch emulation on devices with touch input. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Even more inside core Created 6 years, 8 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 | « Source/devtools/protocol.json ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 29b82174dd715ec1828dc600c18bc313b272bb7f..9d23ea349a96ce0d486ebb89c164481233c98b4f 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -149,8 +149,6 @@ private:
bool m_isOverlayScrollbarsEnabled;
bool m_touchEventEmulationEnabled;
- bool m_originalTouchEnabled;
- bool m_originalDeviceSupportsMouse;
OwnPtr<WebCore::IntPoint> m_lastPinchAnchorCss;
OwnPtr<WebCore::IntPoint> m_lastPinchAnchorDip;
« no previous file with comments | « Source/devtools/protocol.json ('k') | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698