| Index: third_party/WebKit/Source/platform/fonts/GlyphBufferTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/GlyphBufferTest.cpp b/third_party/WebKit/Source/platform/fonts/GlyphBufferTest.cpp
|
| index e096001e0d229af2db6ff96eefb5641753c180dd..fc8c47158c9339210d2a96964fe9eaf0ba6115fc 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/GlyphBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/GlyphBufferTest.cpp
|
| @@ -23,14 +23,6 @@ class TestSimpleFontData : public SimpleFontData {
|
|
|
| private:
|
| TestSimpleFontData() : SimpleFontData(nullptr, 10, false, false) {}
|
| -
|
| - bool fillGlyphPage(GlyphPage* pageToFill,
|
| - unsigned offset,
|
| - unsigned length,
|
| - UChar* buffer,
|
| - unsigned bufferLength) const override {
|
| - return false;
|
| - }
|
| };
|
|
|
| } // anonymous namespace
|
|
|