diff options
| author | 2010-08-24 17:20:20 -0700 | |
|---|---|---|
| committer | 2010-08-24 17:20:20 -0700 | |
| commit | a84e02ce3cc392ccf23bbe89cdfbef650047ffe7 (patch) | |
| tree | 6ddb05a329a031522ccd45c477d11556dfdb5ee1 /libs/hwui/ProgramCache.h | |
| parent | 17b4d9ea826609f26a73077975c2399f91b5ca36 (diff) | |
| parent | fb8b763f762ae21923c58d64caa729b012f40e05 (diff) | |
Merge "Use only one GL context per process, share chaches."
Diffstat (limited to 'libs/hwui/ProgramCache.h')
| -rw-r--r-- | libs/hwui/ProgramCache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index fa4b8c4b3e47..f211ab60261f 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -183,7 +183,6 @@ private: void printLongString(const String8& shader) const; KeyedVector<programid, Program*> mCache; - }; // class ProgramCache }; // namespace uirenderer |