| Index: Source/platform/fonts/SimpleFontData.h
|
| diff --git a/Source/platform/fonts/SimpleFontData.h b/Source/platform/fonts/SimpleFontData.h
|
| index 647e55a8d946230d238bfc14448804c11521d2c8..8ae4bcc00b60c154ce2e3b1b1f2026cf5778e8df 100644
|
| --- a/Source/platform/fonts/SimpleFontData.h
|
| +++ b/Source/platform/fonts/SimpleFontData.h
|
| @@ -167,11 +167,6 @@ public:
|
|
|
| bool canRenderCombiningCharacterSequence(const UChar*, size_t) const;
|
|
|
| - bool applyTransforms(GlyphBufferGlyph*, GlyphBufferAdvance*, size_t, TypesettingFeatures) const
|
| - {
|
| - return false;
|
| - }
|
| -
|
| PassRefPtr<CustomFontData> customFontData() const { return m_customFontData; }
|
|
|
| // Implemented by the platform.
|
|
|