| Index: Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp
|
| diff --git a/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp b/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp
|
| index bd597b1a157b1f9228f2d64b2e5c28dce9e25b70..b2dfc99ab41baa9d7b05de946aadac9da1c7af13 100644
|
| --- a/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp
|
| @@ -32,7 +32,6 @@
|
| #include "platform/fonts/Font.h"
|
|
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "platform/fonts/FontPlatformFeatures.h"
|
| #include "platform/fonts/SimpleFontData.h"
|
| #include "platform/fonts/harfbuzz/HarfBuzzShaper.h"
|
| #include "platform/fonts/GlyphBuffer.h"
|
| @@ -48,11 +47,6 @@
|
|
|
| namespace blink {
|
|
|
| -bool FontPlatformFeatures::canExpandAroundIdeographsInComplexText()
|
| -{
|
| - return false;
|
| -}
|
| -
|
| static SkPaint textFillPaint(GraphicsContext* gc, const SimpleFontData* font)
|
| {
|
| SkPaint paint = gc->fillPaint();
|
|
|