| 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 46f636b85bf822391e5becf341f8a0d5cc897cc4..0cb0986ba1a1ff06790b2284be1011a79fca4c0f 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -209,7 +209,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| void RegisterViewportLayers() const override;
|
|
|
| void ShowUnhandledTapUIIfNeeded(IntPoint, Node*, bool) override;
|
| - void OnMouseDown(Node*) override;
|
| + void OnMouseDown(Node&) override;
|
| void DidUpdateBrowserControls() const override;
|
|
|
| CompositorWorkerProxyClient* CreateCompositorWorkerProxyClient(
|
|
|