commit | e190aa69756aecfaffabdd4c6d32cb6b3220d842 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Wed Nov 10 19:01:29 2010 -0800 |
committer | Romain Guy <romainguy@google.com> | Wed Nov 10 19:01:29 2010 -0800 |
tree | 3e0b6400e428be77544e2670627eeec8ceb6a434 | |
parent | c15008e72ec00ca20a271c3006dac649fd07533b [diff] [blame] |
Add new runtime debug flags. Change-Id: I07955de166a89b5053c6c13f250bb3e2936ca86e
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 23aa7ef..0193f43 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h
@@ -176,6 +176,8 @@ uint32_t mMaxSize; GLuint mMaxTextureSize; + bool mDebugEnabled; + /** * Used to access mCache and mSize. All methods are accessed from a single * thread except for remove().