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