| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index a6d22adfa96df0570ba42b5392eec2d805837528..0fce6d55918fab1628bd2c081515d8f1753b492c 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -66,7 +66,11 @@ public:
|
| Page* createWindow(
|
| LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolicy, ShouldSetOpener) override;
|
| void show(NavigationPolicy) override;
|
| - void didOverscroll(const FloatSize&, const FloatSize&, const FloatPoint&, const FloatSize&) override;
|
| + void didOverscroll(
|
| + const FloatSize& overscrollDelta,
|
| + const FloatSize& accumulatedOverscroll,
|
| + const FloatPoint& positionInViewport,
|
| + const FloatSize& velocityInViewport) override;
|
| void setToolbarsVisible(bool) override;
|
| bool toolbarsVisible() override;
|
| void setStatusbarVisible(bool) override;
|
|
|