| 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 8a68f34e5008f8454667a4ed92dd5f63a2625b2b..056a6cd37ad1c9057d84bafee661b683816eafee 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -94,7 +94,7 @@ public:
|
| IntRect windowResizerRect() const override;
|
| void invalidateRect(const IntRect&) override;
|
| void scheduleAnimation(Widget*) override;
|
| - IntRect viewportToScreen(const IntRect&) const override;
|
| + IntRect viewportToScreen(const IntRect&, const Widget*) const override;
|
| float windowToViewportScalar(const float) const override;
|
| WebScreenInfo screenInfo() const override;
|
| void contentsSizeChanged(LocalFrame*, const IntSize&) const override;
|
|
|