Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(944)

Unified Diff: Source/core/layout/svg/LayoutSVGGradientStop.h

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/layout/svg/LayoutSVGGradientStop.h
diff --git a/Source/core/layout/svg/LayoutSVGGradientStop.h b/Source/core/layout/svg/LayoutSVGGradientStop.h
index d98354634c4e10b90b46833d1e80e53f0223b392..e2eb294938d1fe1b555323cf15d7fd56ccb6b776 100644
--- a/Source/core/layout/svg/LayoutSVGGradientStop.h
+++ b/Source/core/layout/svg/LayoutSVGGradientStop.h
@@ -42,7 +42,7 @@ public:
// This overrides are needed to prevent ASSERTs on <svg><stop /></svg>
// LayoutObject's default implementations ASSERT_NOT_REACHED()
// https://bugs.webkit.org/show_bug.cgi?id=20400
- virtual LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutLayerModelObject*, const PaintInvalidationState* = 0) const override { return LayoutRect(); }
+ virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderBoxModelObject*, 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(); }

Powered by Google App Engine
This is Rietveld 408576698