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

Unified Diff: ppapi/shared_impl/graphics_3d_impl.cc

Issue 7765013: Revert 98504 - Manually merging trunk revs 95836 and 96904 to 835 branch (second attempt) (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: 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
===================================================================
--- ppapi/shared_impl/graphics_3d_impl.cc (revision 98533)
+++ ppapi/shared_impl/graphics_3d_impl.cc (working copy)
@@ -83,8 +83,7 @@
transfer_buffer.size,
transfer_buffer.ptr,
transfer_buffer_id_,
- false,
- true));
+ false));
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