| Index: src/gpu/gl/builders/GrGLProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| index a9288cc9b0143898396d3f1f562d6013a29dd259..4b40cefad0d681b326a132cf4a2b53e3d45b77b0 100644
|
| --- a/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| +++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| @@ -267,6 +267,11 @@
|
| // We use the render target height to provide a y-down frag coord when specifying
|
| // origin_upper_left is not supported.
|
| UniformHandle fRTHeightUni;
|
| +
|
| + // Uniforms for computing texture coords to do the dst-copy lookup
|
| + UniformHandle fDstCopyTopLeftUni;
|
| + UniformHandle fDstCopyScaleUni;
|
| + UniformHandle fDstCopySamplerUni;
|
| };
|
|
|
| protected:
|
|
|