Index: src/gpu/gl/GrGLUtil.h |
diff --git a/src/gpu/gl/GrGLUtil.h b/src/gpu/gl/GrGLUtil.h |
index 35dfe6ae9f1e21a4ea8b7296c971e1fc1925855b..dec784c97703bcf8e68010e071a10d634565049a 100644 |
--- a/src/gpu/gl/GrGLUtil.h |
+++ b/src/gpu/gl/GrGLUtil.h |
@@ -141,7 +141,7 @@ void GrGLClearErr(const GrGLInterface* gl); |
/** |
* Helper for converting SkMatrix to a column-major GL float array |
*/ |
-template<int MatrixSize> void GrGLGetMatrix(GrGLfloat* dest, const SkMatrix& src); |
+template<int MatrixSize> void GrGLGetMatrix(float* dest, const SkMatrix& src); |
//////////////////////////////////////////////////////////////////////////////// |