| 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 2b8671ed8b6b2cc82af45e39243850034f3d5263..f6018a4f738d97af9208fa122e57dee1e6008822 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -121,7 +121,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| void printNavigationWarning(const String&) override;
|
| bool prepareForCommit() override;
|
| void didChangeVisibilityState() override;
|
| - void setDocumentHasReceivedUserGesture() override;
|
|
|
| void detachChildren();
|
| void documentAttached();
|
|
|