Index: src/gpu/gl/GrGLPathRendering.h |
diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h |
index d61df2fe4056bb8f6a59519379c2c8ddb91d15d1..57209fddc117dcab4fa3a6d3b236d3b03d70d987 100644 |
--- a/src/gpu/gl/GrGLPathRendering.h |
+++ b/src/gpu/gl/GrGLPathRendering.h |
@@ -11,8 +11,8 @@ |
#include "SkRefCnt.h" |
#include "GrPathRendering.h" |
#include "GrStencil.h" |
-#include "gl/GrGLProgram.h" |
#include "gl/GrGLTypes.h" |
+#include "glsl/GrGLSLUtil.h" |
class GrGLNameAllocator; |
class GrGLGpu; |
@@ -106,7 +106,7 @@ private: |
0, 0, 1); |
} |
combined.preConcat(fViewMatrix); |
- GrGLGetMatrix<Size>(destMatrix, combined); |
+ GrGLSLGetMatrix<Size>(destMatrix, combined); |
} |
}; |
GrGLGpu* gpu(); |