| Index: third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| index ac6c74bc8e6b662d9faf579b9b90e62330a4afb2..0632e7260f2ae50a7763be29a901891f5fb856a5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| @@ -64,7 +64,7 @@ public:
|
| // Image pure virtual stub.
|
| }
|
|
|
| - void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, RespectImageOrientationEnum, ImageClampingMode) override
|
| + void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, bool imageSmoothingEnabled, RespectImageOrientationEnum, ImageClampingMode) override
|
| {
|
| // Image pure virtual stub.
|
| }
|
|
|