diff options
Diffstat (limited to 'libs/hwui/font/Font.h')
-rw-r--r-- | libs/hwui/font/Font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/font/Font.h b/libs/hwui/font/Font.h index 02197bc..6ddd4f2 100644 --- a/libs/hwui/font/Font.h +++ b/libs/hwui/font/Font.h @@ -19,6 +19,8 @@ #include <utils/KeyedVector.h> +#include <SkScalar.h> +#include <SkDeviceProperties.h> #include <SkGlyphCache.h> #include <SkScalerContext.h> #include <SkPaint.h> @@ -146,6 +148,7 @@ private: DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs; bool mIdentityTransform; + SkDeviceProperties mDeviceProperties; }; inline int strictly_order_type(const Font::FontDescription& lhs, |