summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_renderdevice.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-27 13:43:44 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-27 20:31:01 +0000
commit86f5cf12b517d348a64868a477a19fbf1f1318fc (patch)
treeab1c6ae56474f33fdcd7e02281c65ebbc7e448e5 /core/fxge/cfx_renderdevice.h
parent60830ae5a056601dec5eb3c9a9589e29cfc9e041 (diff)
downloadpdfium-86f5cf12b517d348a64868a477a19fbf1f1318fc.tar.xz
Cleanup some font headers
This CL moves some font defines to the only .cpp file they're used in and removes un-needed forward declarations from fx_font.h. Change-Id: Ic291a42d6bddfa6537111a7d42728802236e6e26 Reviewed-on: https://pdfium-review.googlesource.com/14970 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'core/fxge/cfx_renderdevice.h')
-rw-r--r--core/fxge/cfx_renderdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fxge/cfx_renderdevice.h b/core/fxge/cfx_renderdevice.h
index 66fa0a8c6b..191e300490 100644
--- a/core/fxge/cfx_renderdevice.h
+++ b/core/fxge/cfx_renderdevice.h
@@ -62,6 +62,8 @@ class IFX_RenderDeviceDriver;
#define FXTEXT_PRINTIMAGETEXT 0x10
#define FXTEXT_NOSMOOTH 0x20
+class CFX_PathData;
+
enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo };
class FXTEXT_CHARPOS {