| 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..55379428ee77488681294b194b6319b46048c5c4 100644
|
| --- a/Source/core/rendering/svg/RenderSVGHiddenContainer.h
|
| +++ b/Source/core/rendering/svg/RenderSVGHiddenContainer.h
|
| @@ -42,7 +42,7 @@ private:
|
|
|
| virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
|
|
|
| - virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*) const OVERRIDE FINAL { return LayoutRect(); }
|
| + virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*, const InvalidationTreeWalkState* = 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;
|
|
|