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

Unified Diff: third_party/WebKit/public/web/WebRemoteFrameClient.h

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/public/web/WebRemoteFrameClient.h
diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
index 3ebbbdf7de518b4a017f342908ef0dc6f85b666a..d559413f2b8a7382d97be7228670501b3c7ee7da 100644
--- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
+++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
@@ -44,6 +44,8 @@ class WebRemoteFrameClient {
virtual void visibilityChanged(bool visible) {}
+ virtual void setHasReceivedUserGesture() {}
+
// This frame updated its opener to another frame.
virtual void didChangeOpener(WebFrame* opener) {}

Powered by Google App Engine
This is Rietveld 408576698