Index: Source/web/WebDevToolsAgentImpl.h |
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h |
index 29b82174dd715ec1828dc600c18bc313b272bb7f..3e352f6222008c5a09fe921e704b24266c5bff12 100644 |
--- a/Source/web/WebDevToolsAgentImpl.h |
+++ b/Source/web/WebDevToolsAgentImpl.h |
@@ -151,6 +151,7 @@ private: |
bool m_touchEventEmulationEnabled; |
bool m_originalTouchEnabled; |
bool m_originalDeviceSupportsMouse; |
+ bool m_originalDeviceSupportsTouch; |
OwnPtr<WebCore::IntPoint> m_lastPinchAnchorCss; |
OwnPtr<WebCore::IntPoint> m_lastPinchAnchorDip; |