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) {} |