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

Unified Diff: Source/core/layout/svg/LayoutSVGInline.h

Issue 1331053002: Propagate resource-triggered repaints to text node children of <text> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Name/comment updates. Created 5 years, 3 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
« no previous file with comments | « Source/core/layout/PaintInvalidationState.cpp ('k') | Source/core/layout/svg/LayoutSVGInline.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGInline.h
diff --git a/Source/core/layout/svg/LayoutSVGInline.h b/Source/core/layout/svg/LayoutSVGInline.h
index 95b528605f400e1d7d59183565d294db30fb1d31..7fc35d2136a46cae436587bcc7b4cda11277cd6c 100644
--- a/Source/core/layout/svg/LayoutSVGInline.h
+++ b/Source/core/layout/svg/LayoutSVGInline.h
@@ -52,6 +52,8 @@ public:
private:
InlineFlowBox* createInlineFlowBox() final;
+ void invalidateTreeIfNeeded(PaintInvalidationState&) final;
+
void willBeDestroyed() final;
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) final;
« no previous file with comments | « Source/core/layout/PaintInvalidationState.cpp ('k') | Source/core/layout/svg/LayoutSVGInline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698