| Index: Source/core/svg/graphics/SVGImage.h
|
| diff --git a/Source/core/svg/graphics/SVGImage.h b/Source/core/svg/graphics/SVGImage.h
|
| index d4d9af4d3f2331efafc98524c13de3e3abd18627..186f2b74f424d9ea3246e941ec7831c8cd08055d 100644
|
| --- a/Source/core/svg/graphics/SVGImage.h
|
| +++ b/Source/core/svg/graphics/SVGImage.h
|
| @@ -87,7 +87,7 @@ private:
|
| virtual void draw(GraphicsContext*, const FloatRect& fromRect, const FloatRect& toRect, CompositeOperator, BlendMode) OVERRIDE;
|
| void drawForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatRect&, CompositeOperator, BlendMode);
|
| void drawPatternForContainer(GraphicsContext*, const FloatSize, float, const FloatRect&, const FloatSize&, const FloatPoint&,
|
| - CompositeOperator, const FloatRect&);
|
| + CompositeOperator, const FloatRect&, BlendMode);
|
|
|
| OwnPtr<SVGImageChromeClient> m_chromeClient;
|
| OwnPtr<Page> m_page;
|
|
|