| 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 72f56e201201adc4ee3b647d722e5ba41db59d49..85e9a8d0c4bd9a4da0078caf4fc9cf6c62f91086 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -178,6 +178,7 @@ public:
|
| void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) override;
|
| void onMouseDown(Node*) override;
|
| void didUpdateTopControls() const override;
|
| + void didUpdateRootScrollerLayer(WebLayer*) const override;
|
|
|
| CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override;
|
| FloatSize elasticOverscroll() const override;
|
|
|