From 06f96e2652e4855b6520ad9dd70583677605b79a Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 30 Jul 2010 19:18:16 -0700 Subject: Refactor Skia shaders handling. With this change, Skia shaders can easily be applied to any mesh. This change also supports ComposeShader. For instance, this can be used to blend a gradient and a bitmap togehter and paint a string of text with the result. Change-Id: I701c2f9cf7f89b2ff58005e8a1d0d80ccf4a4aea --- libs/hwui/ProgramCache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/hwui/ProgramCache.h') diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index 5a6ec33c3b77..d60f6cefc240 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -19,6 +19,7 @@ #include #include +#include #include -- cgit v1.2.3-59-g8ed1b