| 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 a031178fd228e8b935bea53a4f102ea478b46a49..33b1194071c179af46385c876cae70a9bfbf74ec 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -142,7 +142,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| WebEventListenerClass) const override;
|
| void setHasScrollEventHandlers(bool hasEventHandlers) override;
|
| bool hasScrollEventHandlers() const override;
|
| - void setTouchAction(TouchAction) override;
|
| + void setTouchAction(LocalFrame*, TouchAction) override;
|
|
|
| void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
|
|
|
|
|