diff options
author | npm <npm@chromium.org> | 2016-08-17 13:22:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-17 13:22:16 -0700 |
commit | d691899dbff8a8aa024596302fcea1f7d7935252 (patch) | |
tree | 6f94904e752a859614da0edc5c2bd84184909bbb /core/fxge/apple/apple_int.h | |
parent | 260f5fbf3553a96fa49b029cc050220039c30e2a (diff) | |
download | pdfium-d691899dbff8a8aa024596302fcea1f7d7935252.tar.xz |
Split fx_font into multiple files, part 1.
Moved classes CFX_FontCache and CFX_AutoFontCache into a separate file.
Review-Url: https://codereview.chromium.org/2246223002
Diffstat (limited to 'core/fxge/apple/apple_int.h')
-rw-r--r-- | core/fxge/apple/apple_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fxge/apple/apple_int.h b/core/fxge/apple/apple_int.h index b81f7835d8..a401086f35 100644 --- a/core/fxge/apple/apple_int.h +++ b/core/fxge/apple/apple_int.h @@ -21,6 +21,8 @@ #include <Carbon/Carbon.h> #endif +class CFX_FontCache; + class CQuartz2D { public: void* createGraphics(CFX_DIBitmap* bitmap); |