| Index: Source/core/rendering/svg/RenderSVGViewportContainer.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGViewportContainer.h b/Source/core/rendering/svg/RenderSVGViewportContainer.h
|
| index f4ce4fea01d7e75898865b2955492ba02bfa73b3..66dc2b484292e31d7c09cb6ba9b46183b1b4c6cc 100644
|
| --- a/Source/core/rendering/svg/RenderSVGViewportContainer.h
|
| +++ b/Source/core/rendering/svg/RenderSVGViewportContainer.h
|
| @@ -42,6 +42,8 @@ public:
|
|
|
| virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
|
|
|
| + virtual void clearPaintInvalidationState() OVERRIDE;
|
| +
|
| private:
|
| virtual bool isSVGViewportContainer() const OVERRIDE { return true; }
|
| virtual const char* renderName() const OVERRIDE { return "RenderSVGViewportContainer"; }
|
|
|