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 e63ba63c23fc4fada95817390f53d181726d6c0f..253dc874952b2235774323657b9912aaa41ac3ea 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_impl_autogen.h |
@@ -2162,4 +2162,12 @@ void GLES2Implementation::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { |
CheckGLError(); |
} |
+void GLES2Implementation::BlendBarrierNV() { |
+ GPU_CLIENT_SINGLE_THREAD_CHECK(); |
+ GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendBarrierNV(" |
+ << ")"); |
+ helper_->BlendBarrierNV(); |
+ CheckGLError(); |
+} |
+ |
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_IMPL_AUTOGEN_H_ |