diff options
author | Romain Guy <romainguy@google.com> | 2012-09-21 19:28:05 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-21 19:28:06 -0700 |
commit | 8e586f61dd4f7fa53b01e63ac779ffc7cde05bdd (patch) | |
tree | 8329d87f72780ef47d6d8c74ab46a56cca648bbe /libs/hwui/Caches.h | |
parent | 88923c973e3b58593c4d0fb6724addcefc53004f (diff) | |
parent | 7c450aaa3caac2a05fcb20a177483d0e92378426 (diff) | |
download | frameworks_base-8e586f61dd4f7fa53b01e63ac779ffc7cde05bdd.zip frameworks_base-8e586f61dd4f7fa53b01e63ac779ffc7cde05bdd.tar.gz frameworks_base-8e586f61dd4f7fa53b01e63ac779ffc7cde05bdd.tar.bz2 |
Merge "Add support for a new developer setting: overdraw debugging" into jb-mr1-dev
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r-- | libs/hwui/Caches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 50e9e75..48efd10 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -242,6 +242,7 @@ public: // Misc GLint maxTextureSize; bool debugLayersUpdates; + bool debugOverdraw; TextureCache textureCache; LayerCache layerCache; |