Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: third_party/WebKit/Source/platform/fonts/GlyphBufferTest.cpp

Issue 1479003002: Remove Simple Text Path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/Font.cpp ('k') | third_party/WebKit/Source/platform/fonts/GlyphPage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698