summaryrefslogtreecommitdiff
path: root/fpdfsdk/cfx_systemhandler.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-27 15:34:54 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-27 19:51:15 +0000
commitdd17a14f060c39f50ca24522b202ffef5436dd43 (patch)
tree5c95bf7260bd16425d6d071782a891c8235e8c11 /fpdfsdk/cfx_systemhandler.cpp
parent290799f8a54e2b1531b6930ed988c5ddc6a2eb42 (diff)
downloadpdfium-dd17a14f060c39f50ca24522b202ffef5436dd43.tar.xz
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 <dsinclair@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'fpdfsdk/cfx_systemhandler.cpp')
-rw-r--r--fpdfsdk/cfx_systemhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/cfx_systemhandler.cpp b/fpdfsdk/cfx_systemhandler.cpp
index 9534d7bd19..bbb029319c 100644
--- a/fpdfsdk/cfx_systemhandler.cpp
+++ b/fpdfsdk/cfx_systemhandler.cpp
@@ -10,6 +10,7 @@
#include "core/fpdfapi/parser/cpdf_document.h"
#include "core/fxcrt/fx_codepage.h"
+#include "core/fxge/cfx_font.h"
#include "core/fxge/cfx_fontmapper.h"
#include "core/fxge/cfx_fontmgr.h"
#include "core/fxge/cfx_gemodule.h"