Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
index 5690fa11476ce924fcd6203075d1651a128cc0cd..03b3b743cca0b046b4e4bb9a4c274fa9157b4c0a 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
@@ -61,8 +61,8 @@ public: |
// Calculates the paintInvalidationRect in combination with filter, clipper and masker in local coordinates. |
static void intersectPaintInvalidationRectWithResources(const LayoutObject*, FloatRect&); |
- // Determines whether a container needs to be laid out because it's filtered and a child is being laid out. |
- static bool filtersForceContainerLayout(LayoutObject*); |
+ // Determine if the LayoutObject references a filter resource object. |
+ static bool hasFilterResource(const LayoutObject&); |
// Determines whether the passed point lies in a clipping area |
static bool pointInClippingArea(const LayoutObject*, const FloatPoint&); |