| 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 4c59c5decc8f324f0604d06d46b9b335fba5f5ff..1712e7460e54d3219e447faca804a264ca1a101c 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -55,8 +55,8 @@ public:
|
|
|
| // ChromeClient methods:
|
| void chromeDestroyed() override;
|
| - void setWindowRect(const IntRect&) override;
|
| - IntRect windowRect() override;
|
| + void setWindowRect(const IntRect&, LocalFrame&) override;
|
| + IntRect rootWindowRect() override;
|
| IntRect pageRect() override;
|
| void focus() override;
|
| bool canTakeFocus(WebFocusType) override;
|
|
|