Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp

Issue 2445193005: Route setHasReceivedUserGesture() state for RemoteFrames (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
index 747dc3f2578f2a4b43139d52301b68225d5cb12b..87ab8799582f5ba41f2383d11fe79c4c157f32f4 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
@@ -192,4 +192,8 @@ void RemoteFrameClientImpl::visibilityChanged(bool visible) {
m_webFrame->client()->visibilityChanged(visible);
}
+void RemoteFrameClientImpl::setHasReceivedUserGesture() {
+ m_webFrame->client()->setHasReceivedUserGesture();
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698