diff options
| author | Romain Guy <romainguy@google.com> | 2010-10-08 18:43:58 -0700 |
|---|---|---|
| committer | Romain Guy <romainguy@google.com> | 2010-10-08 18:44:56 -0700 |
| commit | 21b028a44f3e0bd9b0f0432b8b92c45f661d22a4 (patch) | |
| tree | e337e7e38e6706c4bc9126cfef742521606e6a1d /libs/hwui/TextDropShadowCache.h | |
| parent | 2728f961614a385df1f056fc24803a9f65c90fab (diff) | |
| download | frameworks_base-21b028a44f3e0bd9b0f0432b8b92c45f661d22a4.zip frameworks_base-21b028a44f3e0bd9b0f0432b8b92c45f661d22a4.tar.gz frameworks_base-21b028a44f3e0bd9b0f0432b8b92c45f661d22a4.tar.bz2 | |
Move GenerationCache to the utils directory.
Change-Id: I210ffa8f1d76a102bb7d971c649c20a74d03fbe6
Diffstat (limited to 'libs/hwui/TextDropShadowCache.h')
| -rw-r--r-- | libs/hwui/TextDropShadowCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TextDropShadowCache.h b/libs/hwui/TextDropShadowCache.h index b65d62a..16e2814 100644 --- a/libs/hwui/TextDropShadowCache.h +++ b/libs/hwui/TextDropShadowCache.h @@ -21,7 +21,7 @@ #include <SkPaint.h> -#include "GenerationCache.h" +#include "utils/GenerationCache.h" #include "FontRenderer.h" #include "Texture.h" |
