| Index: src/gpu/GrProcOptInfo.cpp
|
| diff --git a/src/gpu/GrProcOptInfo.cpp b/src/gpu/GrProcOptInfo.cpp
|
| index 19302cc475dd9b6e2befaae38dc86cc9fb551775..cf8e7fc3be989d46cc3e85d3c4a12f4622c3fa12 100644
|
| --- a/src/gpu/GrProcOptInfo.cpp
|
| +++ b/src/gpu/GrProcOptInfo.cpp
|
| @@ -51,11 +51,13 @@ void GrProcOptInfo::calcWithInitialValues(const GrFragmentProcessor * const proc
|
| int cnt,
|
| GrColor startColor,
|
| GrColorComponentFlags flags,
|
| - bool areCoverageStages) {
|
| + bool areCoverageStages,
|
| + bool isLCD) {
|
| GrInitInvariantOutput out;
|
| out.fIsSingleComponent = areCoverageStages;
|
| out.fColor = startColor;
|
| out.fValidFlags = flags;
|
| + out.fIsLCDCoverage = isLCD;
|
| fInOut.reset(out);
|
| this->internalCalc(processors, cnt, false);
|
| }
|
|
|