Index: Source/core/rendering/svg/RenderSVGModelObject.h |
diff --git a/Source/core/rendering/svg/RenderSVGModelObject.h b/Source/core/rendering/svg/RenderSVGModelObject.h |
index 30e6d0021bdd51d140a14e9cea628105b3de0617..083983ab3c2295d5c08ff72ac453f18f549e5c73 100644 |
--- a/Source/core/rendering/svg/RenderSVGModelObject.h |
+++ b/Source/core/rendering/svg/RenderSVGModelObject.h |
@@ -67,8 +67,6 @@ public: |
virtual bool isSVG() const OVERRIDE FINAL { return true; } |
- virtual void invalidateTreeIfNeeded(const PaintInvalidationState&) OVERRIDE; |
- |
protected: |
virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE FINAL; |
virtual void willBeDestroyed() OVERRIDE; |
@@ -81,7 +79,7 @@ private: |
virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL; |
virtual void absoluteFocusRingQuads(Vector<FloatQuad>&) OVERRIDE FINAL; |
- void invalidatePaintIfNeeded(const PaintInvalidationState&); |
+ InvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&, const RenderLayerModelObject& paintInvalidationContainer) OVERRIDE FINAL; |
}; |
} |