| Index: src/gpu/glsl/GrGLSLProgramBuilder.h
|
| diff --git a/src/gpu/glsl/GrGLSLProgramBuilder.h b/src/gpu/glsl/GrGLSLProgramBuilder.h
|
| index 964d320298fb7e1b10b4e905a978ee26ea329642..2249c3c712ea631ebe4880785e85bb050589049f 100644
|
| --- a/src/gpu/glsl/GrGLSLProgramBuilder.h
|
| +++ b/src/gpu/glsl/GrGLSLProgramBuilder.h
|
| @@ -131,7 +131,8 @@ private:
|
| void emitAndInstallXferProc(const GrXferProcessor&,
|
| const GrGLSLExpr4& colorIn,
|
| const GrGLSLExpr4& coverageIn,
|
| - bool ignoresCoverage);
|
| + bool ignoresCoverage,
|
| + GrPixelLocalStorageState plsState);
|
| void emitFSOutputSwizzle(bool hasSecondaryOutput);
|
|
|
| void verify(const GrPrimitiveProcessor&);
|
|
|