summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/exported/web_remote_frame_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/exported/web_remote_frame_impl.h')
-rw-r--r--chromium/third_party/blink/renderer/core/exported/web_remote_frame_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/exported/web_remote_frame_impl.h b/chromium/third_party/blink/renderer/core/exported/web_remote_frame_impl.h
index 65b45760af0..fac141df8b8 100644
--- a/chromium/third_party/blink/renderer/core/exported/web_remote_frame_impl.h
+++ b/chromium/third_party/blink/renderer/core/exported/web_remote_frame_impl.h
@@ -48,7 +48,7 @@ class CORE_EXPORT WebRemoteFrameImpl final
WebLocalFrame* CreateLocalChild(WebTreeScopeType,
const WebString& name,
WebSandboxFlags,
- WebFrameClient*,
+ WebLocalFrameClient*,
blink::InterfaceRegistry*,
WebFrame* previous_sibling,
const ParsedFeaturePolicy&,
@@ -82,7 +82,7 @@ class CORE_EXPORT WebRemoteFrameImpl final
void DidStopLoading() override;
bool IsIgnoredForHitTest() const override;
void WillEnterFullscreen() override;
- void SetHasReceivedUserGesture() override;
+ void UpdateUserActivationState(UserActivationUpdateType) override;
void ScrollRectToVisible(const WebRect&,
const WebScrollIntoViewParams&) override;
void BubbleLogicalScroll(WebScrollDirection direction,