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

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

Issue 364223002: Remove updateFirstLetter and firstLineBlock from RenderSVGText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | 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 dfac5394a686d325cbfbf5c2e890fd8e357cb137..3a807ad2aa1dad0a6a20cbc3efb9ca48e79167a0 100644
--- a/Source/core/rendering/svg/RenderSVGText.h
+++ b/Source/core/rendering/svg/RenderSVGText.h
@@ -80,9 +80,6 @@ private:
virtual const AffineTransform& localToParentTransform() const OVERRIDE { return m_localTransform; }
virtual RootInlineBox* createRootInlineBox() OVERRIDE;
- virtual RenderBlock* firstLineBlock() const OVERRIDE;
- virtual void updateFirstLetter() OVERRIDE;
-
bool shouldHandleSubtreeMutations() const;
bool m_needsReordering : 1;
« no previous file with comments | « no previous file | Source/core/rendering/svg/RenderSVGText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698