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 558aed7e956e07363603fffee4ddc80e5ebdc11c..ae9651f8e7028d9aa3cd9b127e03a22c56962a48 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp |
@@ -123,10 +123,6 @@ bool RemoteFrame::shouldClose() { |
return true; |
} |
-void RemoteFrame::setDocumentHasReceivedUserGesture() { |
- client()->setHasReceivedUserGesture(); |
-} |
- |
void RemoteFrame::forwardInputEvent(Event* event) { |
client()->forwardInputEvent(event); |
} |