| Index: src/gpu/gl/GrGpuGL.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
|
| index c4d1c27c004f5484f418fbff13a0d2bd5e562678..ff53b9c14cdeb5e8e141899249399ed58bff55f7 100644
|
| --- a/src/gpu/gl/GrGpuGL.cpp
|
| +++ b/src/gpu/gl/GrGpuGL.cpp
|
| @@ -2233,7 +2233,7 @@ void GrGpuGL::setProjectionMatrix(const SkMatrix& matrix,
|
| fHWProjectionMatrixState.fRenderTargetOrigin = renderTargetOrigin;
|
|
|
| GrGLfloat glMatrix[4 * 4];
|
| - fHWProjectionMatrixState.getGLMatrix<4>(glMatrix);
|
| + fHWProjectionMatrixState.getRTAdjustedGLMatrix<4>(glMatrix);
|
| GL_CALL(MatrixLoadf(GR_GL_PROJECTION, glMatrix));
|
| }
|
|
|
|
|