summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2015-05-05 21:30:08 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-05-05 21:30:08 +0000
commit356b1777092e7da3ac5eae0bc94bd21e1cf9319a (patch)
tree2036beb26312765c0dbba76f8409a8cc95bf39a3 /libs/hwui/PathCache.cpp
parentd6abbd29b7f453397036cf602655534bbd6c0430 (diff)
parent2507c34d91bb0d722b6012e85cb47387b2aa6873 (diff)
Merge "Cleanup properties" into mnc-dev
Diffstat (limited to 'libs/hwui/PathCache.cpp')
-rw-r--r--libs/hwui/PathCache.cpp2
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() {