| Index: src/gpu/effects/GrYUVtoRGBEffect.cpp
|
| diff --git a/src/gpu/effects/GrYUVtoRGBEffect.cpp b/src/gpu/effects/GrYUVtoRGBEffect.cpp
|
| index e92500a29d5e2c45fa3db54d4df88804a439c6f9..0296cd76cde6e6dfaaa3f94e1766cf7c8d87afd1 100644
|
| --- a/src/gpu/effects/GrYUVtoRGBEffect.cpp
|
| +++ b/src/gpu/effects/GrYUVtoRGBEffect.cpp
|
| @@ -56,7 +56,7 @@ public:
|
| static const GrGLfloat kRec601ConversionMatrix[16];
|
|
|
| // this class always generates the same code.
|
| - static void GenKey(const GrProcessor&, const GrGLCaps&, GrProcessorKeyBuilder*) {}
|
| + static void GenKey(const GrProcessor&, const GrGLSLCaps&, GrProcessorKeyBuilder*) {}
|
|
|
| GLProcessor(const GrProcessor&) {}
|
|
|
| @@ -100,7 +100,7 @@ public:
|
| typedef GrGLFragmentProcessor INHERITED;
|
| };
|
|
|
| - virtual void getGLProcessorKey(const GrGLCaps& caps,
|
| + virtual void getGLProcessorKey(const GrGLSLCaps& caps,
|
| GrProcessorKeyBuilder* b) const override {
|
| GLProcessor::GenKey(*this, caps, b);
|
| }
|
|
|