| 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 d5715a0e5e344540e3db4614843293ce889648fd..7ef89fce0167822c3fbca97d66e04b5208b9161b 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -137,7 +137,7 @@ public:
|
| void scheduleAnimation(Widget*) override {}
|
|
|
| IntRect viewportToScreen(const IntRect& r, const Widget*) const override { return r; }
|
| - float windowToViewportScalar(const float s) const override { return s; }
|
| + float windowToViewportScalar(const float s, const Widget*) const override { return s; }
|
| WebScreenInfo screenInfo() const override { return WebScreenInfo(); }
|
| void contentsSizeChanged(LocalFrame*, const IntSize&) const override {}
|
|
|
|
|