diff options
| author | Tom Hudson <tomhudson@google.com> | 2014-10-16 11:57:14 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-10-16 11:57:16 +0000 |
| commit | 07c05e38a1d82181b9e52329e80eea1a4dfccd9a (patch) | |
| tree | 7c8dd24b54f26990d547d1670e5905fa9c6fcccb /libs/hwui/Caches.h | |
| parent | d44e9f9ed714dbd2e1dc93dff3f97b95ab01a977 (diff) | |
| parent | 2dc236b2bae13b9a0ed9b3f7320502aecd7983b3 (diff) | |
| download | frameworks_base-07c05e38a1d82181b9e52329e80eea1a4dfccd9a.zip frameworks_base-07c05e38a1d82181b9e52329e80eea1a4dfccd9a.tar.gz frameworks_base-07c05e38a1d82181b9e52329e80eea1a4dfccd9a.tar.bz2 | |
Merge "Clean up physical coupling"
Diffstat (limited to 'libs/hwui/Caches.h')
| -rw-r--r-- | libs/hwui/Caches.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 7aa628c..7bb5c4a 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -31,13 +31,13 @@ #include <cutils/compiler.h> +#include <SkPath.h> + #include "thread/TaskProcessor.h" #include "thread/TaskManager.h" #include "AssetAtlas.h" #include "Extensions.h" -#include "FontRenderer.h" -#include "GammaFontRenderer.h" #include "TextureCache.h" #include "LayerCache.h" #include "RenderBufferCache.h" @@ -55,6 +55,8 @@ namespace android { namespace uirenderer { +class GammaFontRenderer; + /////////////////////////////////////////////////////////////////////////////// // Globals /////////////////////////////////////////////////////////////////////////////// |
