| Index: src/gpu/gl/GrGLProcessor.h
|
| diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h
|
| index 04870779a3231cf2e32b0b87691b0cd5be6ad893..331607a6935f3b25826b29461571e07f0dda8ce2 100644
|
| --- a/src/gpu/gl/GrGLProcessor.h
|
| +++ b/src/gpu/gl/GrGLProcessor.h
|
| @@ -22,7 +22,7 @@
|
| that their GrGLProcessors would emit the same GLSL code.
|
|
|
| The GrGLProcessor subclass must also have a constructor of the form:
|
| - EffectSubclass::EffectSubclass(const GrBackendEffectFactory&, const GrProcessor&)
|
| + EffectSubclass::EffectSubclass(const GrBackendProcessorFactory&, const GrProcessor&)
|
|
|
| These objects are created by the factory object returned by the GrProcessor::getFactory().
|
| */
|
|
|