| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
|
| index 3325b1cf68b184414a1e94b22260b0c9f26da787..c3275c8d9fe82b87456f4b25ff6d18f6eb3e8680 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/GrAAConvexPathRenderer.cpp
|
| @@ -11,6 +11,7 @@
|
| #include "GrContext.h"
|
| #include "GrDrawState.h"
|
| #include "GrDrawTargetCaps.h"
|
| +#include "GrInvariantOutput.h"
|
| #include "GrProcessor.h"
|
| #include "GrPathUtils.h"
|
| #include "GrTBackendProcessorFactory.h"
|
| @@ -586,7 +587,7 @@ private:
|
| return true;
|
| }
|
|
|
| - virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
| + virtual void onComputeInvariantOutput(GrInvariantOutput* inout) const SK_OVERRIDE {
|
| inout->mulByUnknownAlpha();
|
| }
|
|
|
|
|