| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index ebd7dce6d4b7a66f8f7623d43587009741491488..1ae6d549bc76dc35124ad77b081c9a3ab4ba7af0 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -268,6 +268,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| const override;
|
| bool isNavigationScheduledWithin(double interval) const override;
|
| void setCommittedFirstRealLoad() override;
|
| + void setHasReceivedUserGesture() override;
|
| void sendOrientationChangeEvent() override;
|
| void willShowInstallBannerPrompt(int requestId,
|
| const WebVector<WebString>& platforms,
|
|
|