Index: Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
index a50e9898d212556a1ad8a8cfab75fdbe2b5f95e9..f2cd2a944001516701a016e2672baddbabb2d4c1 100644 |
--- a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
+++ b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
@@ -138,8 +138,6 @@ private: |
void setGlyphPositionsForHarfBuzzRun(HarfBuzzRun*, hb_buffer_t*); |
void addHarfBuzzRun(unsigned startCharacter, unsigned endCharacter, const SimpleFontData*, UScriptCode); |
- GlyphBufferAdvance createGlyphBufferAdvance(float, float); |
- |
const Font* m_font; |
OwnPtr<UChar[]> m_normalizedBuffer; |
unsigned m_normalizedBufferLength; |