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

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

Issue 568723002: Move transient/temporary RenderSVGResource state out of SVGInlineTextBox (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
Index: Source/core/rendering/svg/SVGInlineTextBox.h
diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h
index fe232dd73015cb57617c49df0122d42508a4f337..b3c57c8148220234f20ad4101c320a2ed21afdd0 100644
--- a/Source/core/rendering/svg/SVGInlineTextBox.h
+++ b/Source/core/rendering/svg/SVGInlineTextBox.h
@@ -65,14 +65,6 @@ public:
private:
TextRun constructTextRun(RenderStyle*, const SVGTextFragment&) const;
- bool acquirePaintingResource(GraphicsContext*&, float scalingFactor, RenderObject*,
- RenderStyle*, RenderSVGResourceModeFlags);
- void releasePaintingResource(GraphicsContext*&, const Path*, RenderSVGResourceModeFlags);
-
- bool prepareGraphicsContextForTextPainting(GraphicsContext*&, float scalingFactor, TextRun&,
- RenderStyle*, RenderSVGResourceModeFlags);
- void restoreGraphicsContextAfterTextPainting(GraphicsContext*&, TextRun&, RenderSVGResourceModeFlags);
-
void paintDecoration(GraphicsContext*, TextDecoration, const SVGTextFragment&);
void paintDecorationWithStyle(GraphicsContext*, TextDecoration, const SVGTextFragment&,
RenderObject* decorationRenderer, RenderSVGResourceModeFlags);
@@ -89,7 +81,6 @@ private:
private:
float m_logicalHeight;
bool m_startsNewTextChunk : 1;
- RenderSVGResource* m_paintingResource;
Vector<SVGTextFragment> m_textFragments;
};
« no previous file with comments | « no previous file | Source/core/rendering/svg/SVGInlineTextBox.cpp » ('j') | Source/core/rendering/svg/SVGInlineTextBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698