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 819a9a814f2b72eae4fd0de243f31bdbed2819df..3b0a6a17667d62a20a6f138f55739719f48924f4 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; |