| Index: third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| index 400a73a43aa6aa9c659c72dee6f9ddcbf39cf741..b65807c67e8f59f1b8fac9701d36bfda4f28ca2f 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| @@ -39,6 +39,8 @@ class RemoteFrameClient : public FrameClient {
|
| virtual void advanceFocus(WebFocusType, LocalFrame* source) = 0;
|
|
|
| virtual void visibilityChanged(bool visible) = 0;
|
| +
|
| + virtual void setHasReceivedUserGesture() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|