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

Unified Diff: Source/core/rendering/svg/RenderSVGTransformableContainer.cpp

Issue 408273003: Reset m_didTransformToRootUpdate flag during invalidationTreeIfNeeded (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: virtual clearPaintInvalidationState Created 6 years, 5 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/rendering/svg/RenderSVGTransformableContainer.cpp
diff --git a/Source/core/rendering/svg/RenderSVGTransformableContainer.cpp b/Source/core/rendering/svg/RenderSVGTransformableContainer.cpp
index 7778c9d5e347d1b983fd24bfc4ab7c79630e31f4..29342d797d6f1ad3c037348619f1b3332f6ede43 100644
--- a/Source/core/rendering/svg/RenderSVGTransformableContainer.cpp
+++ b/Source/core/rendering/svg/RenderSVGTransformableContainer.cpp
@@ -106,4 +106,10 @@ bool RenderSVGTransformableContainer::calculateLocalTransform()
return true;
}
+void RenderSVGTransformableContainer::clearPaintInvalidationState()
+{
+ ASSERT(!m_needsTransformUpdate);
+ m_didTransformToRootUpdate = false;
dsinclair 2014/07/22 18:03:52 Should these also be calling the RenderObject::cle
+}
+
}
« no previous file with comments | « Source/core/rendering/svg/RenderSVGTransformableContainer.h ('k') | Source/core/rendering/svg/RenderSVGViewportContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698