diff options
| author | Romain Guy <romainguy@google.com> | 2010-09-08 15:15:43 -0700 |
|---|---|---|
| committer | Romain Guy <romainguy@google.com> | 2010-09-08 15:15:43 -0700 |
| commit | 9aaa8269a3e7291aab84d01c3fc9c744d8f2d2f4 (patch) | |
| tree | cdb43405ac7ef845d01d993442193cad2adfb84e /libs/hwui/PatchCache.h | |
| parent | 53389bdcdf6ffaaec533b73bc1d0abc5807ec7f6 (diff) | |
| download | frameworks_base-9aaa8269a3e7291aab84d01c3fc9c744d8f2d2f4.zip frameworks_base-9aaa8269a3e7291aab84d01c3fc9c744d8f2d2f4.tar.gz frameworks_base-9aaa8269a3e7291aab84d01c3fc9c744d8f2d2f4.tar.bz2 | |
Fix possible infinite loop when purging textures.
Change-Id: Ib05b398ae03e734da2dab0496df416fed4570b1c
Diffstat (limited to 'libs/hwui/PatchCache.h')
| -rw-r--r-- | libs/hwui/PatchCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h index e874a16..6dad831 100644 --- a/libs/hwui/PatchCache.h +++ b/libs/hwui/PatchCache.h @@ -17,6 +17,8 @@ #ifndef ANDROID_UI_PATCH_CACHE_H #define ANDROID_UI_PATCH_CACHE_H +#include <utils/ResourceTypes.h> + #include "Patch.h" #include "GenerationCache.h" |
