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

Unified Diff: core/fxge/android/fpf_skiafont.cpp

Issue 2032793003: Get rid of unused android GetHandle() and FPF_HFONT (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « core/fxge/android/fpf_skiafont.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/android/fpf_skiafont.cpp
diff --git a/core/fxge/android/fpf_skiafont.cpp b/core/fxge/android/fpf_skiafont.cpp
index e3277137d0f1073b9154d1b2b8e18a52c4068ada..2b639fe944eb20b041e59878b76197d0fbf87c98 100644
--- a/core/fxge/android/fpf_skiafont.cpp
+++ b/core/fxge/android/fpf_skiafont.cpp
@@ -39,10 +39,6 @@ CFPF_SkiaFont* CFPF_SkiaFont::Retain() {
return this;
}
-FPF_HFONT CFPF_SkiaFont::GetHandle() {
- return nullptr;
-}
-
CFX_ByteString CFPF_SkiaFont::GetFamilyName() {
if (!m_Face)
return CFX_ByteString();
« no previous file with comments | « core/fxge/android/fpf_skiafont.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698