| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 45faa38c286e79280d0cee6947ac179cfd8121e0..cbec7f04720fdddaf3507cd7aabd0dbb51a87294 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -112,6 +112,7 @@ public:
|
| void setCursor(const Cursor&) override;
|
| Cursor lastSetCursorForTesting() const override;
|
| void needTouchEvents(bool needTouchEvents) override;
|
| + void needTouchMoveEvents(bool needTouchMoveEvents) override;
|
| void setTouchAction(TouchAction) override;
|
|
|
| GraphicsLayerFactory* graphicsLayerFactory() const override;
|
|
|