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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Incorporate code reviews Created 7 years, 7 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: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
index e74a7ee3a3b2704abb895857b48cf26b95540a6c..e6cab8a99dd49b4df0f372980a084398f18f91cf 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
@@ -364,7 +364,8 @@ bool WebGraphicsContext3DCommandBufferImpl::CreateContext(
share_group_context->GetImplementation()->share_group() : NULL,
transfer_buffer_,
attributes_.shareResources,
- bind_generates_resources_);
+ bind_generates_resources_,
+ NULL);
gl_ = real_gl_;
if (!real_gl_->Initialize(
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_map_image.txt » ('j') | gpu/command_buffer/client/gles2_implementation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698