| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 48c24ae4630e50699f7cb6a73e996aa724c51f85..14db5fd746cb5e93e46b581bae13eb8062d40464 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -160,6 +160,7 @@ public:
|
| virtual void scheduleCompositingLayerFlush() OVERRIDE { }
|
|
|
| virtual void needTouchEvents(bool) OVERRIDE { }
|
| + virtual void setTouchAction(int touchId, TouchAction touchActions) OVERRIDE { };
|
|
|
| virtual void numWheelEventHandlersChanged(unsigned) OVERRIDE { }
|
|
|
|
|