Index: src/gpu/GrProcessor.cpp |
diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp |
index 96dd9eac6f0e088389bf03b94da89568dce322b2..ccd4d7f7e86bae2bb64350f8839991ae24000cc8 100644 |
--- a/src/gpu/GrProcessor.cpp |
+++ b/src/gpu/GrProcessor.cpp |
@@ -9,6 +9,7 @@ |
#include "GrContext.h" |
#include "GrCoordTransform.h" |
#include "GrGeometryData.h" |
+#include "GrGeometryProcessor.h" |
#include "GrInvariantOutput.h" |
#include "GrMemoryPool.h" |
#include "GrXferProcessor.h" |
@@ -170,6 +171,12 @@ bool GrFragmentProcessor::hasSameTransforms(const GrFragmentProcessor& that) con |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
+void GrGeometryProcessor::computeInvariantColor(GrInvariantOutput* intout) const { |
+ |
+} |
+ |
+/////////////////////////////////////////////////////////////////////////////////////////////////// |
+ |
/* |
* GrGeometryData shares the same pool so it lives in this file too |
*/ |