Index: src/gpu/gl/GrGLGeometryProcessor.h |
diff --git a/src/gpu/gl/GrGLGeometryProcessor.h b/src/gpu/gl/GrGLGeometryProcessor.h |
index 45dd177beb4991bfefdb0cbf23f44e8bb915d865..49ccb8b15cdbdd0df7a4e934778c147a85bd5fb0 100644 |
--- a/src/gpu/gl/GrGLGeometryProcessor.h |
+++ b/src/gpu/gl/GrGLGeometryProcessor.h |
@@ -54,7 +54,7 @@ protected: |
void setupPosition(GrGLGPBuilder* pb, |
GrGPArgs* gpArgs, |
const char* posName, |
robertphillips
2015/05/14 16:20:10
Hmmm
|
- const SkMatrix& mat); |
+ const SkMatrix& mat = SkMatrix::I()); |
static uint32_t ComputePosKey(const SkMatrix& mat) { |
if (mat.isIdentity()) { |