Index: src/gpu/glsl/GrGLSLProgramDataManager.h |
diff --git a/src/gpu/glsl/GrGLSLProgramDataManager.h b/src/gpu/glsl/GrGLSLProgramDataManager.h |
index 29513f08b0d0ccc9ed565072ce3514e97f2f4f24..2009feab135ccdd6abe6ec912335fb3afefead7c 100644 |
--- a/src/gpu/glsl/GrGLSLProgramDataManager.h |
+++ b/src/gpu/glsl/GrGLSLProgramDataManager.h |
@@ -10,6 +10,8 @@ |
#include "SkTypes.h" |
+class SkMatrix; |
+ |
/** Manages the resources used by a shader program. |
* The resources are objects the program uses to communicate with the |
* application code. |