From d691899dbff8a8aa024596302fcea1f7d7935252 Mon Sep 17 00:00:00 2001 From: npm Date: Wed, 17 Aug 2016 13:22:16 -0700 Subject: 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 --- core/fxge/apple/apple_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/fxge/apple/apple_int.h') 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 #endif +class CFX_FontCache; + class CQuartz2D { public: void* createGraphics(CFX_DIBitmap* bitmap); -- cgit v1.2.3