Index: third_party/WebKit/Source/web/ChromeClientImpl.h |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h |
index 5311ed95c5461459a0448218d6f7d2deb67ac656..b7ac62b13123869249ce0372255bbc3f927708bb 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h |
@@ -156,8 +156,8 @@ public: |
bool shouldOpenModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, Document::PageDismissalType) const override; |
- bool requestPointerLock() override; |
- void requestPointerUnlock() override; |
+ bool requestPointerLock(LocalFrame*) override; |
+ void requestPointerUnlock(LocalFrame*) override; |
// AutofillClient pass throughs: |
void didAssociateFormControls(const HeapVector<Member<Element>>&, LocalFrame*) override; |