From dd17a14f060c39f50ca24522b202ffef5436dd43 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 27 Sep 2017 15:34:54 -0400 Subject: Move CFX_Font definition to cfx_font.h This CL moves the CFX_Font definition out of fx_font.h and into cfx_font.h to match the cfx_font.cpp implementation. Change-Id: Icc2fc7463fa4b9d0bec925e80b60a638136a83a1 Reviewed-on: https://pdfium-review.googlesource.com/14951 Commit-Queue: dsinclair Reviewed-by: Ryan Harrison --- core/fxge/cfx_facecache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/fxge/cfx_facecache.h') diff --git a/core/fxge/cfx_facecache.h b/core/fxge/cfx_facecache.h index ef5652ed20..95f01d2f10 100644 --- a/core/fxge/cfx_facecache.h +++ b/core/fxge/cfx_facecache.h @@ -18,6 +18,8 @@ #include "third_party/skia/include/core/SkTypeface.h" #endif +class CFX_Font; + class CFX_FaceCache { public: explicit CFX_FaceCache(FXFT_Face face); -- cgit v1.2.3