commit | 9aaa8269a3e7291aab84d01c3fc9c744d8f2d2f4 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Wed Sep 08 15:15:43 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Wed Sep 08 15:15:43 2010 -0700 |
tree | cdb43405ac7ef845d01d993442193cad2adfb84e | |
parent | 53389bdcdf6ffaaec533b73bc1d0abc5807ec7f6 [diff] [blame] |
Fix possible infinite loop when purging textures. Change-Id: Ib05b398ae03e734da2dab0496df416fed4570b1c
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"