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

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

Issue 1854123002: Rebuild layout attributes on layout instead of on layout tree updates (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/LayoutSVGText.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
index efb1a248d28c093039e28fd641fffe23fca7391b..043dfab6cce0108fc471d964b8010c4e45ec2e94 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h
@@ -53,8 +53,7 @@ public:
Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
void subtreeChildWasAdded(LayoutObject*);
- void subtreeChildWillBeRemoved(LayoutObject*, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes);
- void subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes);
+ void subtreeChildWillBeRemoved(LayoutObject*);
void subtreeTextDidChange(LayoutSVGInlineText*);
const AffineTransform& localToSVGParentTransform() const override { return m_localTransform; }

Powered by Google App Engine
This is Rietveld 408576698