Index: third_party/WebKit/Source/core/page/ChromeClient.h |
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h |
index 2fbe9321c3fee26b32e4b94913affab1d4d814c2..5a84f14142a59a5e1b4285c5b0b78f78be56780a 100644 |
--- a/third_party/WebKit/Source/core/page/ChromeClient.h |
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h |
@@ -238,8 +238,8 @@ public: |
virtual bool isSVGImageChromeClient() const { return false; } |
- virtual bool requestPointerLock() { return false; } |
- virtual void requestPointerUnlock() { } |
+ virtual bool requestPointerLock(LocalFrame*) { return false; } |
+ virtual void requestPointerUnlock(LocalFrame*) {} |
virtual IntSize minimumWindowSize() const { return IntSize(100, 100); } |