Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index e346520305e087659317d2951828efb6e47dd28e..a9ccf76b5e9bfbcc0ea766a9d20222de7dd2859b 100644 |
--- a/Source/core/loader/EmptyClients.h |
+++ b/Source/core/loader/EmptyClients.h |
@@ -162,6 +162,7 @@ public: |
virtual void scheduleCompositingLayerFlush() OVERRIDE { } |
virtual void needTouchEvents(bool) OVERRIDE { } |
+ virtual void setTouchAction(TouchAction touchActions) OVERRIDE { }; |
esprehn
2013/11/21 16:26:29
This is confusingly named, it's all singular excep
Rick Byers
2013/11/21 22:09:29
Yes, sorry - I switched from plural to singular bu
|
virtual void numWheelEventHandlersChanged(unsigned) OVERRIDE { } |