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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGTextMetricsBuilder.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/SVGTextMetricsBuilder.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextMetricsBuilder.h b/third_party/WebKit/Source/core/layout/svg/SVGTextMetricsBuilder.h
index d706069abff3879bb3f9cf5e5f523f79fe42ae36..5c1ef044832ba0be015e7c924c2f653d0f6c3a1a 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextMetricsBuilder.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextMetricsBuilder.h
@@ -29,8 +29,8 @@ class LayoutSVGText;
namespace SVGTextMetricsBuilder {
-void measureTextLayoutObject(LayoutSVGInlineText*);
-void buildMetricsAndLayoutAttributes(LayoutSVGText*, LayoutSVGInlineText* stopAtLeaf, SVGCharacterDataMap& allCharactersMap);
+void measureTextLayoutObject(LayoutSVGText&, LayoutSVGInlineText&);
+void buildMetricsAndLayoutAttributes(LayoutSVGText&, SVGCharacterDataMap& allCharactersMap);
} // namespace SVGTextMetricsBuilder

Powered by Google App Engine
This is Rietveld 408576698