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

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

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 | « no previous file | core/fxge/android/fpf_skiafont.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/android/fpf_skiafont.h
diff --git a/core/fxge/android/fpf_skiafont.h b/core/fxge/android/fpf_skiafont.h
index 15347b2ff375d81b0b91663e49c3fcc35e5514c9..4e03051a4419ec62c69df7f552c427db4c77ad26 100644
--- a/core/fxge/android/fpf_skiafont.h
+++ b/core/fxge/android/fpf_skiafont.h
@@ -16,8 +16,6 @@
class CFPF_SkiaFontDescriptor;
class CFPF_SkiaFontMgr;
-typedef struct FPF_HFONT_ { void* pData; } * FPF_HFONT;
-
class CFPF_SkiaFont {
public:
CFPF_SkiaFont();
@@ -26,7 +24,6 @@ class CFPF_SkiaFont {
void Release();
CFPF_SkiaFont* Retain();
- FPF_HFONT GetHandle();
CFX_ByteString GetFamilyName();
CFX_ByteString GetPsName();
uint32_t GetFontStyle() const { return m_dwStyle; }
« no previous file with comments | « no previous file | core/fxge/android/fpf_skiafont.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698