| Index: gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| index 4f818b604b0daf025dd4afdc6dc02ab20606f927..0d091536480deacbf8de1bade5ec3b63495a8214 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h
|
| @@ -3632,6 +3632,16 @@ void GLES2Implementation::StencilThenCoverStrokePathCHROMIUM(GLuint path,
|
| CheckGLError();
|
| }
|
|
|
| +void GLES2Implementation::CoverageModulationCHROMIUM(GLenum components) {
|
| + GPU_CLIENT_SINGLE_THREAD_CHECK();
|
| + GPU_CLIENT_LOG(
|
| + "[" << GetLogPrefix() << "] glCoverageModulationCHROMIUM("
|
| + << GLES2Util::GetStringCoverageModulationComponents(components)
|
| + << ")");
|
| + helper_->CoverageModulationCHROMIUM(components);
|
| + CheckGLError();
|
| +}
|
| +
|
| void GLES2Implementation::BlendBarrierKHR() {
|
| GPU_CLIENT_SINGLE_THREAD_CHECK();
|
| GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendBarrierKHR("
|
|
|