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