commit | 21b028a44f3e0bd9b0f0432b8b92c45f661d22a4 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Fri Oct 08 18:43:58 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Fri Oct 08 18:44:56 2010 -0700 |
tree | e337e7e38e6706c4bc9126cfef742521606e6a1d | |
parent | 2728f961614a385df1f056fc24803a9f65c90fab [diff] [blame] |
Move GenerationCache to the utils directory. Change-Id: I210ffa8f1d76a102bb7d971c649c20a74d03fbe6
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"