| 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 99749cffa6700ce2dac197a6db08c6facde75c3f..eebc17790f4f992931a72270634da17118b2f8fd 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -203,7 +203,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) override;
|
| void onMouseDown(Node*) override;
|
| - void didUpdateTopControls() const override;
|
| + void didUpdateBrowserControls() const override;
|
|
|
| CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override;
|
| FloatSize elasticOverscroll() const override;
|
|
|