| Index: src/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp
|
| diff --git a/src/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp b/src/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp
|
| index 2c70a75ca95f8cc2d3237227a98b73e97e66b185..d5bccd7025a5ab0f4aa662437656eb209c773124 100644
|
| --- a/src/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp
|
| +++ b/src/gpu/gl/builders/GrGLFragmentOnlyProgramBuilder.cpp
|
| @@ -9,8 +9,9 @@
|
| #include "../GrGpuGL.h"
|
|
|
| GrGLFragmentOnlyProgramBuilder::GrGLFragmentOnlyProgramBuilder(GrGpuGL* gpu,
|
| + const GrOptDrawState& optState,
|
| const GrGLProgramDesc& desc)
|
| - : INHERITED(gpu, desc) {
|
| + : INHERITED(gpu, optState, desc) {
|
| SkASSERT(desc.getHeader().fUseFragShaderOnly);
|
| SkASSERT(gpu->glCaps().pathRenderingSupport());
|
| SkASSERT(GrGLProgramDesc::kAttribute_ColorInput != desc.getHeader().fColorInput);
|
|
|