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

Unified Diff: Source/core/rendering/svg/SVGTextLayoutAttributes.h

Issue 613843002: Clean up SVG rendering API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: Source/core/rendering/svg/SVGTextLayoutAttributes.h
diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributes.h b/Source/core/rendering/svg/SVGTextLayoutAttributes.h
index 4ab6e58e85dd5b60104010927dcbfacb4b50ef7d..daf7d40930e6be5c891d5b70e7b5298fa56402e6 100644
--- a/Source/core/rendering/svg/SVGTextLayoutAttributes.h
+++ b/Source/core/rendering/svg/SVGTextLayoutAttributes.h
@@ -48,7 +48,6 @@ public:
SVGTextLayoutAttributes(RenderSVGInlineText*);
void clear();
- void dump() const;
static float emptyValue();
RenderSVGInlineText* context() const { return m_context; }
« no previous file with comments | « Source/core/rendering/svg/SVGRenderingContext.h ('k') | Source/core/rendering/svg/SVGTextLayoutAttributes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698