diff options
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r-- | libs/hwui/PathCache.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index aea71cb..23aa7ef 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -21,6 +21,7 @@ #include <SkPaint.h> #include <SkPath.h> +#include "Debug.h" #include "Texture.h" #include "utils/Compare.h" #include "utils/GenerationCache.h" @@ -33,9 +34,6 @@ namespace uirenderer { /////////////////////////////////////////////////////////////////////////////// // Debug -#define DEBUG_PATHS 0 - -// Debug #if DEBUG_PATHS #define PATH_LOGD(...) LOGD(__VA_ARGS__) #else |