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

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: Add missing parameter in GLES2Implementation ctor in GLES2Implementation unittest 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 14b991482686bc11a271d6d2362c8e97d62465f5..b5ee5c45a585d047be9afca83935a8234e938b2f 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
@@ -368,7 +368,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 | « android_webview/browser/gpu_memory_buffer_impl.cc ('k') | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_map_image.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698