commit | 7c450aaa3caac2a05fcb20a177483d0e92378426 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Fri Sep 21 19:15:00 2012 -0700 |
committer | Romain Guy <romainguy@google.com> | Fri Sep 21 19:15:00 2012 -0700 |
tree | 986e53542f0b59d8108b366c5d4c4d8a3f04e51e | |
parent | f7e52d92b41adf460089625ea47bfea2ed7e6296 [diff] [blame] |
Add support for a new developer setting: overdraw debugging Change-Id: I350ba4486577c3289f82c20938f7a35138778727
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 50e9e758..48efd10 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h
@@ -242,6 +242,7 @@ // Misc GLint maxTextureSize; bool debugLayersUpdates; + bool debugOverdraw; TextureCache textureCache; LayerCache layerCache;