| Index: src/gpu/gl/GrGLCaps.h
|
| diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
|
| index 8c901deadee839056216aac3f8545ca734f39ea2..2ad58270753c0fd9322fab2d1043be282efdb1e5 100644
|
| --- a/src/gpu/gl/GrGLCaps.h
|
| +++ b/src/gpu/gl/GrGLCaps.h
|
| @@ -270,7 +270,7 @@ public:
|
|
|
| private:
|
| void init(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*);
|
| - void initGLSL(const GrContextOptions&, const GrGLContextInfo&, const GrGLInterface*);
|
| + void initGLSL(const GrGLContextInfo&);
|
| bool hasPathRenderingSupport(const GrGLContextInfo&, const GrGLInterface*);
|
|
|
| /**
|
|
|