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

Unified Diff: Source/core/svg/SVGClipPathElement.cpp

Issue 1025213002: Begin tracking why layout is invalidated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/svg/SVGClipPathElement.cpp
diff --git a/Source/core/svg/SVGClipPathElement.cpp b/Source/core/svg/SVGClipPathElement.cpp
index a1bc9e5cbc4b5f329e2ff8f19ce503edc5e06c9f..80712d2966c788ef05cd04c711eb891d6615b9b0 100644
--- a/Source/core/svg/SVGClipPathElement.cpp
+++ b/Source/core/svg/SVGClipPathElement.cpp
@@ -64,7 +64,7 @@ void SVGClipPathElement::childrenChanged(const ChildrenChange& change)
return;
if (LayoutObject* object = layoutObject())
- object->setNeedsLayoutAndFullPaintInvalidation();
+ object->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::Unknown);
Erik Dahlström (inactive) 2015/03/23 09:17:17 Should be LayoutInvalidationReason::ChildChanged,
}
LayoutObject* SVGClipPathElement::createLayoutObject(const LayoutStyle&)

Powered by Google App Engine
This is Rietveld 408576698