| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 5b9c4ff190e8b0cecdecb2e93d43c7bd8749ce3e..6059e668cf3f13e741028d62d50671ffec61c15f 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -132,7 +132,7 @@ public:
|
| void invalidateRect(const IntRect&) override {}
|
| void scheduleAnimation(Widget*) override {}
|
|
|
| - IntRect viewportToScreen(const IntRect& r) const override { return r; }
|
| + IntRect viewportToScreen(const IntRect& r, const Widget*) const override { return r; }
|
| float windowToViewportScalar(const float s) const override { return s; }
|
| WebScreenInfo screenInfo() const override { return WebScreenInfo(); }
|
| void contentsSizeChanged(LocalFrame*, const IntSize&) const override {}
|
|
|