| 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 5e08a772dc03e9d1ad2618dd4ecdd63abb0b5fe5..7b19b4c97724e0560ab5d997e99132368fa51aaa 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -239,8 +239,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); }
|
|
|
|
|