| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 3dce7deeae2480c197b2d95b7a3b44ac20c787c2..5721b0df9d1bab6e1284c18149f85bd6fcbecce3 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -127,7 +127,7 @@ public:
|
| virtual void invalidateRect(const IntRect&) override { }
|
| virtual void scheduleAnimation() override { }
|
|
|
| - virtual IntRect rootViewToScreen(const IntRect& r) const override { return r; }
|
| + virtual IntRect viewportToScreen(const IntRect& r) const override { return r; }
|
| virtual blink::WebScreenInfo screenInfo() const override { return blink::WebScreenInfo(); }
|
| virtual void contentsSizeChanged(LocalFrame*, const IntSize&) const override { }
|
|
|
|
|