Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index 54f9f31c0615026f61e4c9289348f58e0f78e932..ad7e029522af11e7062613608c16180a0d556d88 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -89,6 +89,8 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> { |
void disconnectOwnerElement(); |
virtual bool shouldClose() = 0; |
+ virtual void setDocumentHasReceivedUserGesture() = 0; |
+ |
FrameClient* client() const; |
// NOTE: Page is moving out of Blink up into the browser process as |