| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index 0a5f77d30ae1f9adb29969e09a7db60fbab13e76..db762d1c7af32f521f765c06864e83e9c1281d7f 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -108,6 +108,7 @@ private:
|
| void drawForContainer(SkCanvas*, const SkPaint&, const FloatSize, float, const FloatRect&, const FloatRect&, const KURL&);
|
| void drawPatternForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatSize&, const FloatPoint&,
|
| SkXfermode::Mode, const FloatRect&, const FloatSize& repeatSpacing, const KURL&);
|
| + PassRefPtr<SkImage> imageForCurrentFrameForContainer(const KURL&);
|
| void drawInternal(SkCanvas*, const SkPaint&, const FloatRect& fromRect, const FloatRect& toRect, RespectImageOrientationEnum,
|
| ImageClampingMode, const KURL&);
|
|
|
|
|