| Index: Source/core/svg/graphics/SVGImageForContainer.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImageForContainer.cpp b/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| index 0e7e57fb3177e7f550ce3693bb84ccd4342db88c..6115b8a217f0fd8f4a4a7bac0c4f2f1c70b9631a 100644
|
| --- a/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| +++ b/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| @@ -45,9 +45,9 @@ void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect
|
| m_image->drawPatternForContainer(context, m_containerSize, m_zoom, srcRect, scale, phase, op, dstRect, repeatSpacing);
|
| }
|
|
|
| -PassRefPtr<NativeImageSkia> SVGImageForContainer::nativeImageForCurrentFrame()
|
| +SkBitmap SVGImageForContainer::bitmapForCurrentFrame()
|
| {
|
| - return m_image->nativeImageForCurrentFrame();
|
| + return m_image->bitmapForCurrentFrame();
|
| }
|
|
|
| } // namespace blink
|
|
|