| Index: src/gpu/gl/builders/GrGLShaderBuilder.cpp
|
| diff --git a/src/gpu/gl/builders/GrGLShaderBuilder.cpp b/src/gpu/gl/builders/GrGLShaderBuilder.cpp
|
| index 36d124f3873ec3a79c1bb2ba462339a9a35a92c8..d8dabae760e3363b72fba746bd356fcf161ba791 100644
|
| --- a/src/gpu/gl/builders/GrGLShaderBuilder.cpp
|
| +++ b/src/gpu/gl/builders/GrGLShaderBuilder.cpp
|
| @@ -21,7 +21,7 @@ inline const char* sample_function_name(GrSLType type, GrGLSLGeneration glslGen)
|
| }
|
| }
|
| void append_texture_lookup(SkString* out,
|
| - GrGpuGL* gpu,
|
| + GrGLGpu* gpu,
|
| const char* samplerName,
|
| const char* coordName,
|
| uint32_t configComponentMask,
|
|
|