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

Unified Diff: Source/core/dom/Node.cpp

Issue 423823004: Add support for SVG Clip paths in HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed LayoutTests and Aligned with review comments Created 6 years, 4 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/dom/Node.cpp
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
index d76d159367c309d34d6269f5222b207ab1662ddd..eeb058f9e3d77df73414e1a3617340e91e7a0940 100644
--- a/Source/core/dom/Node.cpp
+++ b/Source/core/dom/Node.cpp
@@ -804,7 +804,7 @@ void Node::clearNeedsStyleRecalc()
{
m_nodeFlags &= ~StyleChangeMask;
- clearSVGFilterNeedsLayerUpdate();
+ clearSVGEffectsNeedLayerUpdate();
if (isElementNode() && hasRareData())
toElement(*this).setAnimationStyleChange(false);

Powered by Google App Engine
This is Rietveld 408576698