| 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 5483e3070afc3ebb7bd1e2dcaa322dcae9ec201b..10ea4dad1fec2d3280f0b797c9bdce237a96676d 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;
|
|
|