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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h

Issue 1899243002: Get rid of SVGLayoutSupport::filtersForceContainerLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: 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&);

Powered by Google App Engine
This is Rietveld 408576698