diff options
| author | 2010-08-07 23:49:15 -0700 | |
|---|---|---|
| committer | 2010-08-07 23:49:15 -0700 | |
| commit | 1ad7343409442a4a027c0092d07beff1b412a7dc (patch) | |
| tree | 03181a0402d8728d64c1314406276333ace652e7 /libs/hwui/TextureCache.h | |
| parent | a30e7e0b798eecf4d5ef7b3e2ce89a1edea3900d (diff) | |
| parent | 9cccc2b9bdd4850a3f9679569aaec3ab98477a5d (diff) | |
Merge "Enforce maximum texture size."
Diffstat (limited to 'libs/hwui/TextureCache.h')
| -rw-r--r-- | libs/hwui/TextureCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h index bed11915c581..c7e50a17c5dd 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h @@ -82,6 +82,7 @@ private: uint32_t mSize; uint32_t mMaxSize; + GLuint mMaxTextureSize; }; // class TextureCache }; // namespace uirenderer |