| Index: include/gpu/effects/GrConstColorProcessor.h
|
| diff --git a/include/gpu/effects/GrConstColorProcessor.h b/include/gpu/effects/GrConstColorProcessor.h
|
| index 9f28167bc7aaa71e06a3333fee1bebe769f6ce5c..c9686b64990d6cc624721255a16c666bf8a4d578 100644
|
| --- a/include/gpu/effects/GrConstColorProcessor.h
|
| +++ b/include/gpu/effects/GrConstColorProcessor.h
|
| @@ -41,9 +41,9 @@ private:
|
| this->initClassID<GrConstColorProcessor>();
|
| }
|
|
|
| - GrGLSLFragmentProcessor* onCreateGLInstance() const override;
|
| + GrGLSLFragmentProcessor* onCreateGLSLInstance() const override;
|
|
|
| - void onGetGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override;
|
| + void onGetGLSLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override;
|
|
|
| bool onIsEqual(const GrFragmentProcessor&) const override;
|
|
|
|
|