| Index: src/gpu/gl/GrGLProcessor.h
|
| diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h
|
| index 5f698325fbbe3d0d50811af0ae47bdf151a342be..04870779a3231cf2e32b0b87691b0cd5be6ad893 100644
|
| --- a/src/gpu/gl/GrGLProcessor.h
|
| +++ b/src/gpu/gl/GrGLProcessor.h
|
| @@ -114,6 +114,7 @@ public:
|
| @param samplers Contains one entry for each GrTextureAccess of the GrProcessor. These
|
| can be passed to the builder to emit texture reads in the generated
|
| code.
|
| + TODO this should take a struct
|
| */
|
| virtual void emitCode(GrGLFPBuilder* builder,
|
| const GrFragmentProcessor& effect,
|
|
|