| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 64f92b484be2d08c5c7475898883f3bf564e7eaa..29f383dc6f806eeff702c3b721427ca05a7fb460 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -137,6 +137,7 @@ public:
|
| virtual void setCursor(const WebCore::Cursor&);
|
| virtual void formStateDidChange(const WebCore::Node*);
|
| virtual void needTouchEvents(bool needTouchEvents) OVERRIDE;
|
| + virtual void setTouchAction(int touchId, WebCore::TouchAction touchActions) OVERRIDE;
|
|
|
| virtual WebCore::GraphicsLayerFactory* graphicsLayerFactory() const OVERRIDE;
|
|
|
|
|