diff options
author | 2016-02-05 15:59:29 -0800 | |
---|---|---|
committer | 2016-02-05 17:38:22 -0800 | |
commit | 48a8f431fa52ae2ee25ffba9d20676f03bb710ff (patch) | |
tree | 2c8e1e8684320f2cd85d058aaa0f6789a4016105 /libs/hwui/PathCache.h | |
parent | 37fd29f2842c4b92ba3ddbba2f9a5024ce103783 (diff) |
Move several property queries to Properties class
bug:17478770
This removes a lot of redundant property query code, and puts the
queries all in one place, so defining them automatically will be simpler
in the future.
Change-Id: I0428550e6081f07bc6554ffdf73b22284325abb8
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r-- | libs/hwui/PathCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 18f380fe3f7a..d2633aa427c5 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -300,7 +300,7 @@ private: LruCache<PathDescription, PathTexture*> mCache; uint32_t mSize; - uint32_t mMaxSize; + const uint32_t mMaxSize; GLuint mMaxTextureSize; bool mDebugEnabled; |