| Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| index b60cd039488df93b1cdc4e808587e9787a1cd1d9..2a203df8d7516239f60e4ef6d6dd298250e4811f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -22,7 +22,7 @@ class PLATFORM_EXPORT StaticBitmapImage : public Image {
|
| // Methods overrided by all sub-classes
|
| virtual ~StaticBitmapImage() {}
|
| bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) = 0;
|
| - sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) = 0;
|
| + sk_sp<SkImage> imageForCurrentFrame() = 0;
|
| void draw(PaintCanvas*,
|
| const PaintFlags&,
|
| const FloatRect& dstRect,
|
|
|