Index: Source/core/rendering/svg/RenderSVGGradientStop.h |
diff --git a/Source/core/rendering/svg/RenderSVGGradientStop.h b/Source/core/rendering/svg/RenderSVGGradientStop.h |
index 02e08acfc2da78213f44b3eb5b23f12d6c4dca69..49022316ccf363aebc69d1b5a5cda676d229c319 100644 |
--- a/Source/core/rendering/svg/RenderSVGGradientStop.h |
+++ b/Source/core/rendering/svg/RenderSVGGradientStop.h |
@@ -42,7 +42,7 @@ public: |
// This overrides are needed to prevent ASSERTs on <svg><stop /></svg> |
// RenderObject's default implementations ASSERT_NOT_REACHED() |
// https://bugs.webkit.org/show_bug.cgi?id=20400 |
- virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*, const PaintInvalidationState* = 0) const override { return LayoutRect(); } |
+ virtual LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutLayerModelObject*, const PaintInvalidationState* = 0) const override { return LayoutRect(); } |
virtual FloatRect objectBoundingBox() const override { return FloatRect(); } |
virtual FloatRect strokeBoundingBox() const override { return FloatRect(); } |
virtual FloatRect paintInvalidationRectInLocalCoordinates() const override { return FloatRect(); } |