| Index: Source/core/svg/graphics/SVGImageForContainer.h
|
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.h b/Source/core/svg/graphics/SVGImageForContainer.h
|
| index 9bbe08a4f81dbbd1d0c12143b957f3e4dc642416..9822d9292219b3a7bc3466678e76e35209fc37d5 100644
|
| --- a/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -61,7 +61,7 @@ public:
|
| // FIXME: Implement this to be less conservative.
|
| virtual bool currentFrameKnownToBeOpaque() override { return false; }
|
|
|
| - virtual PassRefPtr<NativeImageSkia> nativeImageForCurrentFrame() override;
|
| + virtual bool bitmapForCurrentFrame(SkBitmap*) override;
|
|
|
| private:
|
| SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom)
|
|
|