| Index: third_party/WebKit/Source/platform/DragImageTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/DragImageTest.cpp b/third_party/WebKit/Source/platform/DragImageTest.cpp
|
| index d8f295e92f67fa371b98d318ebbc5f8f474e0330..4b008d9ef9624045a9608f51667d167cb5ac3ce9 100644
|
| --- a/third_party/WebKit/Source/platform/DragImageTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/DragImageTest.cpp
|
| @@ -83,7 +83,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.
|
| }
|
|
|