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/TextureCache.h b/libs/hwui/TextureCache.h index 34c5455..467e851 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h
@@ -20,7 +20,7 @@ #include <SkBitmap.h> #include "Texture.h" -#include "GenerationCache.h" +#include "utils/GenerationCache.h" namespace android { namespace uirenderer {