Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 1e6d90dc3233296bfb90a4e658a30a14572721e7..3d452f434c421353e633943028ebe7f1a38275e1 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -148,6 +148,10 @@ class WebLocalFrame : public WebFrame { |
// cross process. |
virtual void setCommittedFirstRealLoad() = 0; |
+ // Mark this frame's document as having received a user gesture, based on |
+ // one of its descendants having processed a user gesture. |
+ virtual void setHasReceivedUserGesture() = 0; |
+ |
// Orientation Changes ---------------------------------------------------- |
// Notify the frame that the screen orientation has changed. |