diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-27 15:34:54 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-27 19:51:15 +0000 |
commit | dd17a14f060c39f50ca24522b202ffef5436dd43 (patch) | |
tree | 5c95bf7260bd16425d6d071782a891c8235e8c11 /core/fxge/skia | |
parent | 290799f8a54e2b1531b6930ed988c5ddc6a2eb42 (diff) | |
download | pdfium-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 'core/fxge/skia')
-rw-r--r-- | core/fxge/skia/fx_skia_device.cpp | 1 | ||||
-rw-r--r-- | core/fxge/skia/fx_skia_device_unittest.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp index c8af215f26..8038ec5de1 100644 --- a/core/fxge/skia/fx_skia_device.cpp +++ b/core/fxge/skia/fx_skia_device.cpp @@ -18,6 +18,7 @@ #include "core/fxcrt/fx_extension.h" #include "core/fxcrt/fx_memory.h" #include "core/fxge/cfx_defaultrenderdevice.h" +#include "core/fxge/cfx_font.h" #include "core/fxge/cfx_graphstatedata.h" #include "core/fxge/cfx_pathdata.h" #include "core/fxge/cfx_renderdevice.h" diff --git a/core/fxge/skia/fx_skia_device_unittest.cpp b/core/fxge/skia/fx_skia_device_unittest.cpp index a959b6e2dc..7cb28cfb49 100644 --- a/core/fxge/skia/fx_skia_device_unittest.cpp +++ b/core/fxge/skia/fx_skia_device_unittest.cpp @@ -4,6 +4,7 @@ #include "core/fxge/skia/fx_skia_device.h" #include "core/fxge/cfx_defaultrenderdevice.h" +#include "core/fxge/cfx_font.h" #include "core/fxge/cfx_graphstatedata.h" #include "core/fxge/cfx_pathdata.h" #include "core/fxge/cfx_renderdevice.h" |