| Index: Source/core/svg/graphics/SVGImage.h
|
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
|
| index c1c9728e18dbc27ce51b46d8df4133069079e9e4..44193b0df19b515834b6af250a3230d58bc9af7b 100644
|
| --- a/Source/core/svg/graphics/SVGImage.h
|
| +++ b/Source/core/svg/graphics/SVGImage.h
|
| @@ -61,7 +61,7 @@ public:
|
| virtual void stopAnimation() override;
|
| virtual void resetAnimation() override;
|
|
|
| - virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() override;
|
| + virtual bool bitmapForCurrentFrame(SkBitmap*) override;
|
|
|
| // Returns the SVG image document's frame.
|
| FrameView* frameView() const;
|
|
|