Index: Source/web/InspectorClientImpl.h |
diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h |
index aa28a144c646d77e6e63914c54640cea1c47c061..bff6315399db44742ba34aeb9a62fc9c3834d347 100644 |
--- a/Source/web/InspectorClientImpl.h |
+++ b/Source/web/InspectorClientImpl.h |
@@ -61,6 +61,7 @@ public: |
virtual void overrideDeviceMetrics(int, int, float, bool, bool) OVERRIDE; |
virtual void setTouchEventEmulationEnabled(bool) OVERRIDE; |
+ virtual bool hasTouchInputs() OVERRIDE; |
virtual bool overridesShowPaintRects() OVERRIDE; |
virtual void setShowPaintRects(bool) OVERRIDE; |