| 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 e78f4ab23484e28b33f42f32d87888320a2abb2f..c15e13c130b61d6f878247515e1ef3bf27b7efe7 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -171,8 +171,7 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
|
| void InvalidateRect(const IntRect&) override {}
|
| void ScheduleAnimation(LocalFrame*) override {}
|
|
|
| - IntRect ViewportToScreen(const IntRect& r,
|
| - const FrameViewBase*) const override {
|
| + IntRect ViewportToScreen(const IntRect& r, const FrameView*) const override {
|
| return r;
|
| }
|
| float WindowToViewportScalar(const float s) const override { return s; }
|
|
|