Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
index 2b214bdc214cc1ad4d31486e50f53a9c7ce53430..633bc139c16d2bacfb8af72252a8389548233fd9 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
@@ -522,6 +522,10 @@ void WebRemoteFrameImpl::willEnterFullscreen() { |
Fullscreen::RequestType::PrefixedForCrossProcessDescendant); |
} |
+void WebRemoteFrameImpl::setHasReceivedUserGesture() { |
+ frame()->setDocumentHasReceivedUserGesture(); |
+} |
+ |
WebRemoteFrameImpl::WebRemoteFrameImpl(WebTreeScopeType scope, |
WebRemoteFrameClient* client) |
: WebRemoteFrame(scope), |