From 01d58e43ede5ca98cbebdd166f9b0c545032c01b Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 19 Jan 2011 21:54:02 -0800 Subject: Add rounded rects and circles support to OpenGLRenderer. Change-Id: I6cedf2b495d58de7c0437096809fa9e4518a1b8c --- libs/hwui/Debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/hwui/Debug.h') 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 -- cgit v1.2.3-59-g8ed1b