| Index: src/gpu/gl/GrGLGeometryProcessor.h
|
| diff --git a/src/gpu/gl/GrGLGeometryProcessor.h b/src/gpu/gl/GrGLGeometryProcessor.h
|
| index dfb2b90ab8332b834f9ab9bbd26540811757ce36..747d82ab4859f0b76f244562d4ae1a39671eb5d4 100644
|
| --- a/src/gpu/gl/GrGLGeometryProcessor.h
|
| +++ b/src/gpu/gl/GrGLGeometryProcessor.h
|
| @@ -64,10 +64,9 @@ protected:
|
| };
|
|
|
| // Create the correct type of position variable given the CTM
|
| - void setupPosition(GrGLGPBuilder* pb,
|
| - GrGPArgs* gpArgs,
|
| - const char* posName,
|
| - const SkMatrix& mat = SkMatrix::I());
|
| + void setupPosition(GrGLGPBuilder*, GrGPArgs*, const char* posName);
|
| + void setupPosition(GrGLGPBuilder*, GrGPArgs*, const char* posName, const SkMatrix& mat,
|
| + UniformHandle* viewMatrixUniform);
|
|
|
| static uint32_t ComputePosKey(const SkMatrix& mat) {
|
| if (mat.isIdentity()) {
|
|
|