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

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

Issue 599283002: Move paint code from RenderSVGText to SVGTextPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/core/paint/SVGTextPainter.cpp ('k') | Source/core/rendering/svg/RenderSVGText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/RenderSVGText.h
diff --git a/Source/core/rendering/svg/RenderSVGText.h b/Source/core/rendering/svg/RenderSVGText.h
index a4a4af9d69e55694d900a45cfe13ba63dfdca5d2..806bd34589070db94f5f9548f2568e2eedb2f790 100644
--- a/Source/core/rendering/svg/RenderSVGText.h
+++ b/Source/core/rendering/svg/RenderSVGText.h
@@ -56,6 +56,8 @@ public:
void subtreeStyleDidChange();
void subtreeTextDidChange(RenderSVGInlineText*);
+ virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
+
private:
virtual const char* renderName() const OVERRIDE { return "RenderSVGText"; }
virtual bool isSVGText() const OVERRIDE { return true; }
@@ -77,7 +79,6 @@ private:
virtual FloatRect objectBoundingBox() const OVERRIDE { return frameRect(); }
virtual FloatRect strokeBoundingBox() const OVERRIDE;
- virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
virtual RootInlineBox* createRootInlineBox() OVERRIDE;
bool shouldHandleSubtreeMutations() const;
« no previous file with comments | « Source/core/paint/SVGTextPainter.cpp ('k') | Source/core/rendering/svg/RenderSVGText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698