| Index: Source/core/rendering/svg/RenderSVGHiddenContainer.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGHiddenContainer.h b/Source/core/rendering/svg/RenderSVGHiddenContainer.h
|
| index 0616b76b7197f92df60385a16fa9a0b684b4d177..994b2446a1f125ca03777715a81fb24b9d425d62 100644
|
| --- a/Source/core/rendering/svg/RenderSVGHiddenContainer.h
|
| +++ b/Source/core/rendering/svg/RenderSVGHiddenContainer.h
|
| @@ -42,7 +42,7 @@
|
|
|
| virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
|
|
|
| - virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*) const OVERRIDE FINAL { return LayoutRect(); }
|
| + virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*, const PaintInvalidationState* = 0) const OVERRIDE FINAL { return LayoutRect(); }
|
| virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL;
|
|
|
| virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE FINAL;
|
|
|