| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index d3fabe8dab6cdeb99f5d3ecf6efb7fac81cb9f18..53d58237c210e87e4ffd5ff28e193cb2fb1525ab 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -183,6 +183,7 @@ public:
|
| void setInitialFocus(bool reverse) override;
|
| void clearFocusedElement() override;
|
| bool scrollFocusedNodeIntoRect(const WebRect&) override;
|
| + void smoothScroll(int targetX, int targetY, long durationMs) override;
|
| void zoomToFindInPageRect(const WebRect&);
|
| void advanceFocus(bool reverse) override;
|
| double zoomLevel() override;
|
|
|