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

Unified Diff: ppapi/shared_impl/graphics_3d_impl.cc

Issue 7633060: Add option to not generate resources on bind in OpenGL ES (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nacl fix Created 9 years, 4 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: ppapi/shared_impl/graphics_3d_impl.cc
diff --git a/ppapi/shared_impl/graphics_3d_impl.cc b/ppapi/shared_impl/graphics_3d_impl.cc
index 0299f5f4f4b7157a9b308957e5fffc0a7ddc40a3..75d3a18b54eea138a7e384ea1c96d6e7814827d6 100644
--- a/ppapi/shared_impl/graphics_3d_impl.cc
+++ b/ppapi/shared_impl/graphics_3d_impl.cc
@@ -92,7 +92,8 @@ bool Graphics3DImpl::CreateGLES2Impl(int32 command_buffer_size,
transfer_buffer.size,
transfer_buffer.ptr,
transfer_buffer_id_,
- false));
+ false,
+ true));
return true;
}
« no previous file with comments | « ppapi/proxy/ppb_context_3d_proxy.cc ('k') | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698