| Index: third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp b/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| index e9c253709a5c84cbb8072d20c796b36e8410c2d6..d8b903558d5556329e13de9227f2743421d52fb7 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
|
| @@ -57,7 +57,7 @@ public:
|
| }
|
|
|
| void setScalingFactor(float s) { m_scaleFactor = s; }
|
| - float windowToViewportScalar(const float s) const override { return s * m_scaleFactor; }
|
| + float windowToViewportScalar(const Widget&, const float s) const override { return s * m_scaleFactor; }
|
|
|
| private:
|
| float m_scaleFactor;
|
|
|