diff options
Diffstat (limited to 'libs/hwui/Dither.h')
-rw-r--r-- | libs/hwui/Dither.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/hwui/Dither.h b/libs/hwui/Dither.h index 546236b..092ebf2 100644 --- a/libs/hwui/Dither.h +++ b/libs/hwui/Dither.h @@ -19,12 +19,11 @@ #include <GLES3/gl3.h> -#include "Program.h" - namespace android { namespace uirenderer { class Caches; +class Program; // Must be a power of two #define DITHER_KERNEL_SIZE 4 |