commit | c2a972131f1870042eb63847d4b24fbe718d8e3f | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Wed Feb 06 15:29:46 2013 -0800 |
committer | Romain Guy <romainguy@google.com> | Wed Feb 06 15:29:46 2013 -0800 |
tree | 5e9d66fbc9c58b7b9f260f9559fc1cc39fff87c4 | |
parent | 3c099c42fd7ead1429076055990ae39b72c904f4 [diff] [blame] |
Fix uninitialized variables in Caches.cpp Bug #8151401 Change-Id: I221f93de0f1981974f82a094297836dd3fe418bc
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 7e645d2..1a86b3a 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp
@@ -89,6 +89,9 @@ mFunctorsCount = 0; + debugLayersUpdates = false; + debugOverdraw = false; + mInitialized = true; }