| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| index f8bf56cc259b591051e772d100f964a3c80e7263..93c68a7c8e283da8ad109e75f689d64d9c50fb2e 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -259,7 +259,7 @@ void SVGImage::drawForContainer(SkCanvas* canvas, const SkPaint& paint, const Fl
|
| drawInternal(canvas, paint, dstRect, scaledSrc, DoNotRespectImageOrientation, ClampImageToSourceRect, url);
|
| }
|
|
|
| -PassRefPtr<SkImage> SVGImage::imageForCurrentFrame()
|
| +PassRefPtr<SkImage> SVGImage::imageForCurrentFrame(WebGraphicsContext3DProvider* contextProvider)
|
| {
|
| return imageForCurrentFrameForContainer(KURL(), FloatSize(size()));
|
| }
|
|
|