| Index: gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc
|
| diff --git a/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc b/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc
|
| index 7cc117033e389ee9e14da1f60ec1732328c09def..0f63eb8cdef6da6aae112fea2cc0cf015ab897cc 100644
|
| --- a/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc
|
| +++ b/gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc
|
| @@ -176,6 +176,7 @@ void InitCommandBufferSkiaGLBinding(GrGLInterface* interface) {
|
| functions->fProgramPathFragmentInputGen =
|
| glProgramPathFragmentInputGenCHROMIUM;
|
| functions->fBindFragmentInputLocation = glBindFragmentInputLocationCHROMIUM;
|
| + functions->fCoverageModulation = glCoverageModulationCHROMIUM;
|
| }
|
|
|
| } // namespace skia
|
|
|