| Index: third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| index f3c87cb34e2b7f7e1c70dd0cd3999abd0be35e71..1939d70d1b5e8ed3bf2e8ae9c995782b7e4a588c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp
|
| @@ -55,8 +55,8 @@ class TestImageAnimated : public Image {
|
| }
|
| IntSize size() const override { return IntSize(); }
|
| void destroyDecodedData() override {}
|
| - void draw(SkCanvas*,
|
| - const SkPaint&,
|
| + void draw(CdlCanvas*,
|
| + const CdlPaint&,
|
| const FloatRect& dstRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
| @@ -83,8 +83,8 @@ class TestImageWithContrast : public Image {
|
| }
|
| IntSize size() const override { return IntSize(); }
|
| void destroyDecodedData() override {}
|
| - void draw(SkCanvas*,
|
| - const SkPaint&,
|
| + void draw(CdlCanvas*,
|
| + const CdlPaint&,
|
| const FloatRect& dstRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
| @@ -115,8 +115,8 @@ class TestImageLowQuality : public Image {
|
| }
|
| IntSize size() const override { return IntSize(1, 1); }
|
| void destroyDecodedData() override {}
|
| - void draw(SkCanvas*,
|
| - const SkPaint&,
|
| + void draw(CdlCanvas*,
|
| + const CdlPaint&,
|
| const FloatRect& dstRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
|
|