| 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 d79842edf90ab40707733d02b841f2bd7c28ffec..e6b0600fd625944cf8ce59e2ab8b2511093c1283 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(
|
|
|