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/fpdfapi/font/cpdf_font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/fpdfapi/font') diff --git a/core/fpdfapi/font/cpdf_font.h b/core/fpdfapi/font/cpdf_font.h index 1611e56f2a..0468bcb32a 100644 --- a/core/fpdfapi/font/cpdf_font.h +++ b/core/fpdfapi/font/cpdf_font.h @@ -15,6 +15,7 @@ #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" #include "core/fxcrt/unowned_ptr.h" +#include "core/fxge/cfx_font.h" #include "core/fxge/fx_font.h" class CFX_SubstFont; -- cgit v1.2.3