Index: src/gpu/gl/GrGLProcessor.h |
diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h |
index 393bb87cb33d4b11cd590b6c74954df5a60a2f56..5f698325fbbe3d0d50811af0ae47bdf151a342be 100644 |
--- a/src/gpu/gl/GrGLProcessor.h |
+++ b/src/gpu/gl/GrGLProcessor.h |
@@ -87,6 +87,8 @@ protected: |
const GrBackendProcessorFactory& fFactory; |
}; |
+class GrGLFPBuilder; |
+ |
class GrGLFragmentProcessor : public GrGLProcessor { |
public: |
GrGLFragmentProcessor(const GrBackendProcessorFactory& factory) |
@@ -113,7 +115,7 @@ public: |
can be passed to the builder to emit texture reads in the generated |
code. |
*/ |
- virtual void emitCode(GrGLProgramBuilder* builder, |
+ virtual void emitCode(GrGLFPBuilder* builder, |
const GrFragmentProcessor& effect, |
const GrProcessorKey& key, |
const char* outputColor, |