| Index: Source/platform/text/TextRun.h
|
| diff --git a/Source/platform/text/TextRun.h b/Source/platform/text/TextRun.h
|
| index b1b13e0be8e77fee33539369b99d6a569d8611bb..0b34736029a233c5fd9d27fb53f3beacb2012253 100644
|
| --- a/Source/platform/text/TextRun.h
|
| +++ b/Source/platform/text/TextRun.h
|
| @@ -215,10 +215,6 @@ public:
|
| class RenderingContext : public RefCounted<RenderingContext> {
|
| public:
|
| virtual ~RenderingContext() { }
|
| -
|
| - virtual GlyphData glyphDataForCharacter(const Font&, const TextRun&, SimpleShaper&, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) = 0;
|
| - virtual void drawSVGGlyphs(GraphicsContext*, const TextRun&, const SimpleFontData*, const GlyphBuffer&, int from, int to, const FloatPoint&) const = 0;
|
| - virtual float floatWidthUsingSVGFont(const Font&, const TextRun&, int& charsConsumed, Glyph& glyphId) const = 0;
|
| };
|
|
|
| RenderingContext* renderingContext() const { return m_renderingContext.get(); }
|
|
|