diff options
| author | 2011-01-19 21:54:02 -0800 | |
|---|---|---|
| committer | 2011-01-19 21:55:10 -0800 | |
| commit | 01d58e43ede5ca98cbebdd166f9b0c545032c01b (patch) | |
| tree | 6d9976c551fd6ec9f104e5a849c0ad743946af6c /libs/hwui/Debug.h | |
| parent | 9335f5b2fde244614184f45d29cc574d1ba8cbba (diff) | |
Add rounded rects and circles support to OpenGLRenderer.
Change-Id: I6cedf2b495d58de7c0437096809fa9e4518a1b8c
Diffstat (limited to 'libs/hwui/Debug.h')
| -rw-r--r-- | libs/hwui/Debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index 71ec7609f0d0..014519eb98d5 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h @@ -45,6 +45,9 @@ // Turn on to display debug info about paths #define DEBUG_PATHS 0 +// Turn on to display debug info about shapes +#define DEBUG_SHAPES 0 + // Turn on to display debug info about textures #define DEBUG_TEXTURES 0 |