diff options
| author | 2012-08-14 16:44:52 -0400 | |
|---|---|---|
| committer | 2012-12-12 15:28:54 -0500 | |
| commit | ca79cf69d09efa0c327e9b1237d86a119aea5da7 (patch) | |
| tree | 0fd02203babacee45f23ba19f869f869f3de0f54 /libs/hwui/FontRenderer.cpp | |
| parent | dbc8cee1d500702bc8b1a8cb6a6c0961ab4ae0ed (diff) | |
Update framework to support r5967 of Skia.
bug: 6906025
Change-Id: Iefdb830ec3aa2ab3472c1c142484a7aa21788a15
Diffstat (limited to 'libs/hwui/FontRenderer.cpp')
| -rw-r--r-- | libs/hwui/FontRenderer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/FontRenderer.cpp b/libs/hwui/FontRenderer.cpp index 47784a41dcae..2a09ced55c40 100644 --- a/libs/hwui/FontRenderer.cpp +++ b/libs/hwui/FontRenderer.cpp @@ -16,6 +16,7 @@ #define LOG_TAG "OpenGLRenderer" +#include <SkGlyph.h> #include <SkUtils.h> #include <cutils/properties.h> |