| Index: src/gpu/gl/builders/GrGLPathProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLPathProgramBuilder.h b/src/gpu/gl/builders/GrGLPathProgramBuilder.h
|
| index 28260cf760ccbc2021bb187b3a02150bb8774617..d0c77fcdc7e81dc669e65cb1e4a07bc5267ded95 100644
|
| --- a/src/gpu/gl/builders/GrGLPathProgramBuilder.h
|
| +++ b/src/gpu/gl/builders/GrGLPathProgramBuilder.h
|
| @@ -17,6 +17,7 @@ public:
|
|
|
| SeparableVaryingHandle addSeparableVarying(const char* name, GrGLVertToFrag* v,
|
| GrSLPrecision fsPrecision) override;
|
| + void bindProgramResourceLocations(GrGLuint programID) override;
|
| void resolveProgramResourceLocations(GrGLuint programID) override;
|
|
|
| private:
|
|
|