| Index: third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
|
| index 873f98d7c169c06424f9eb7078d848c569c3b8a9..7326898da720071cd0387c178ee2a8390ab7c321 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
|
| @@ -41,8 +41,8 @@ class PLATFORM_EXPORT AcceleratedStaticBitmapImage final
|
| sk_sp<SkImage> imageForCurrentFrame() override;
|
| bool isTextureBacked() final { return true; }
|
|
|
| - void draw(SkCanvas*,
|
| - const SkPaint&,
|
| + void draw(CdlCanvas*,
|
| + const CdlPaint&,
|
| const FloatRect& dstRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
|
|