| commit | 38e0c32852e3b9d8ca4a9d3791577f52536419cb | [log] [tgz] |
|---|---|---|
| author | John Reck <jreck@google.com> | Tue Nov 10 12:19:17 2015 -0800 |
| committer | John Reck <jreck@google.com> | Thu Jan 14 13:42:12 2016 -0800 |
| tree | 72286f7531e094182b2bfe959015d7ed7f9c6abc | |
| parent | a5abf801044c5e53349c2e67428fe011a2f6985f [diff] [blame] |
Track texture memory globally Also mostly consolidates texture creation Change-Id: Ifea01303afda531dcec99b8fe2a0f64cf2f24420
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h index 191c8a8..463450c 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h
@@ -25,6 +25,7 @@ #include "Debug.h" #include <vector> +#include <unordered_map> namespace android { namespace uirenderer {