Index: Source/web/WebDevToolsAgentImpl.h |
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h |
index 145520a1a1cbff6017e49cef15aff9eb7860f350..3328f43bd78ebbfd4436d3c3ca55bb2146da28fc 100644 |
--- a/Source/web/WebDevToolsAgentImpl.h |
+++ b/Source/web/WebDevToolsAgentImpl.h |
@@ -110,6 +110,7 @@ public: |
virtual void overrideDeviceMetrics(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow) OVERRIDE; |
virtual void setTouchEventEmulationEnabled(bool) OVERRIDE; |
+ virtual bool hasTouchInputs() OVERRIDE; |
virtual void getAllocatedObjects(HashSet<const void*>&) OVERRIDE; |
virtual void dumpUncountedAllocatedObjects(const HashMap<const void*, size_t>&) OVERRIDE; |
@@ -151,6 +152,7 @@ private: |
bool m_touchEventEmulationEnabled; |
bool m_originalTouchEnabled; |
bool m_originalDeviceSupportsMouse; |
+ bool m_originalDeviceSupportsTouch; |
OwnPtr<WebCore::IntPoint> m_lastPinchAnchorCss; |
OwnPtr<WebCore::IntPoint> m_lastPinchAnchorDip; |