| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 0723873e66894f10540509984d738af6a46d700a..7c8ff2c232a2ce5a4ea8f7e50742db16c87cc7b9 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -121,6 +121,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| void printNavigationErrorMessage(const Frame&, const char* reason) override;
|
| bool prepareForCommit() override;
|
| void didChangeVisibilityState() override;
|
| + void setDocumentHasReceivedUserGesture() override;
|
|
|
| void detachChildren();
|
|
|
|
|