| 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 47d9a9f2d3d2262fce813c27787f43095ec6436f..cf553d2bd66daf42db2547942eff5bc4c2f6b818 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()));
|
| }
|
|
|