| Index: third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| index 1c5816e4f2968a3a8af98592cb2011244638c58c..d39a9087668ab6a8f8c984411e3a169322f0ba72 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
|
| @@ -129,10 +129,6 @@ bool RemoteFrame::shouldClose() {
|
| return true;
|
| }
|
|
|
| -void RemoteFrame::setDocumentHasReceivedUserGesture() {
|
| - client()->setHasReceivedUserGesture();
|
| -}
|
| -
|
| void RemoteFrame::forwardInputEvent(Event* event) {
|
| client()->forwardInputEvent(event);
|
| }
|
|
|