commit | 73edbfeed0536dd4c55fc97b7dfc6ce105483c77 | [log] [tgz] |
---|---|---|
author | Tom Hudson <tomhudson@google.com> | Thu Oct 16 09:10:41 2014 -0400 |
committer | Tom Hudson <tomhudson@google.com> | Thu Oct 16 09:10:41 2014 -0400 |
tree | 2660e18c990b0bf6d9670686e32ae4ab6a82067a | |
parent | 2dc236b2bae13b9a0ed9b3f7320502aecd7983b3 [diff] [blame] |
Fix build breakage in HWUI JNI R=djsollen@google.com Change-Id: Iaa4e7f22bec8e15748beab1b25d307c48d277c59
diff --git a/libs/hwui/SkiaShader.h b/libs/hwui/SkiaShader.h index a3755425..e110ca5 100644 --- a/libs/hwui/SkiaShader.h +++ b/libs/hwui/SkiaShader.h
@@ -24,12 +24,15 @@ #include <cutils/compiler.h> +#include "Matrix.h" + namespace android { namespace uirenderer { class Caches; class Extensions; class Layer; +struct ProgramDescription; /** * Type of Skia shader in use.