Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1869)

Unified Diff: gpu/command_buffer/client/gles2_implementation.cc

Issue 850793004: Update from https://crrev.com/311346 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/client/gles2_implementation.cc
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
index 2d674918c67b41abbab47a6a06b4cfd99634cc79..8307790b34e0ac245cae8d46b939c174b74f64f2 100644
--- a/gpu/command_buffer/client/gles2_implementation.cc
+++ b/gpu/command_buffer/client/gles2_implementation.cc
@@ -2725,8 +2725,7 @@ void GLES2Implementation::BindBufferRangeHelper(
void GLES2Implementation::BindBufferRangeStub(
GLenum target, GLuint index, GLuint buffer,
GLintptr offset, GLsizeiptr size) {
- // TODO(zmo): uncomment the below call once the helper function is added.
- // helper_->BindBufferRange(target, index, buffer, offset, size);
+ helper_->BindBufferRange(target, index, buffer, offset, size);
if (share_group_->bind_generates_resource())
helper_->CommandBufferHelper::Flush();
}
« no previous file with comments | « gpu/command_buffer/client/gles2_cmd_helper_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698