| 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..94cbf4297bbede52ae8b3aff6b0b0d58e07f3f8f 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 SkBitmap bitmapForCurrentFrame() override;
|
|
|
| private:
|
| SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom)
|
|
|