diff options
Diffstat (limited to 'libs/hwui/TextureCache.h')
| -rw-r--r-- | libs/hwui/TextureCache.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h index 5c314fc..2ee88b1 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h @@ -19,6 +19,7 @@ #include <SkBitmap.h> +#include "Debug.h" #include "Texture.h" #include "utils/GenerationCache.h" @@ -30,9 +31,6 @@ namespace uirenderer { /////////////////////////////////////////////////////////////////////////////// // Debug -#define DEBUG_TEXTURES 0 - -// Debug #if DEBUG_TEXTURES #define TEXTURE_LOGD(...) LOGD(__VA_ARGS__) #else |
