| Index: src/gpu/GrDefaultGeoProcFactory.cpp
|
| diff --git a/src/gpu/GrDefaultGeoProcFactory.cpp b/src/gpu/GrDefaultGeoProcFactory.cpp
|
| index 8e93f379b6dda98f3259547e0f132ce596bce0a5..1258d59dc5415e276a333d285cd7a94666291194 100644
|
| --- a/src/gpu/GrDefaultGeoProcFactory.cpp
|
| +++ b/src/gpu/GrDefaultGeoProcFactory.cpp
|
| @@ -10,6 +10,7 @@
|
| #include "gl/builders/GrGLProgramBuilder.h"
|
| #include "gl/GrGLGeometryProcessor.h"
|
| #include "GrDrawState.h"
|
| +#include "GrInvariantOutput.h"
|
| #include "GrTBackendProcessorFactory.h"
|
|
|
| /*
|
| @@ -62,7 +63,7 @@ private:
|
| return true;
|
| }
|
|
|
| - virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
| + virtual void onComputeInvariantOutput(GrInvariantOutput* inout) const SK_OVERRIDE {
|
| inout->mulByUnknownAlpha();
|
| }
|
|
|
|
|