Index: include/gpu/GrStagedProcessor.h |
diff --git a/include/gpu/GrStagedProcessor.h b/include/gpu/GrStagedProcessor.h |
index a9f23b485b10c8766482bbba2ed146d1ebe067a8..fe3afcccb0974994d70bfba681d94fa0fed8fc2e 100644 |
--- a/include/gpu/GrStagedProcessor.h |
+++ b/include/gpu/GrStagedProcessor.h |
@@ -8,9 +8,10 @@ |
#ifndef GrStagedProcessorStage_DEFINED |
#define GrStagedProcessorStage_DEFINED |
-#include "GrFragmentProcessor.h" |
#include "SkRefCnt.h" |
+class GrFragmentProcessor; |
+ |
/** |
* Wraps a GrFragmentProcessor, basically a copyable SkAutoTUnref |
* Templatized based on the ref type so backends can use the same wrapper |