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