diff options
| author | 2015-05-05 21:30:08 +0000 | |
|---|---|---|
| committer | 2015-05-05 21:30:08 +0000 | |
| commit | 356b1777092e7da3ac5eae0bc94bd21e1cf9319a (patch) | |
| tree | 2036beb26312765c0dbba76f8409a8cc95bf39a3 /libs/hwui/PathCache.cpp | |
| parent | d6abbd29b7f453397036cf602655534bbd6c0430 (diff) | |
| parent | 2507c34d91bb0d722b6012e85cb47387b2aa6873 (diff) | |
Merge "Cleanup properties" into mnc-dev
Diffstat (limited to 'libs/hwui/PathCache.cpp')
| -rw-r--r-- | libs/hwui/PathCache.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index bdb44a694118..74964f61d58e 100644 --- a/libs/hwui/PathCache.cpp +++ b/libs/hwui/PathCache.cpp @@ -153,7 +153,7 @@ PathCache::PathCache():      glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxTextureSize);      mMaxTextureSize = maxTextureSize; -    mDebugEnabled = readDebugLevel() & kDebugCaches; +    mDebugEnabled = Properties::debugLevel & kDebugCaches;  }  PathCache::~PathCache() { |