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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.cc

Issue 7736006: Add more functionality to graphics3d test (more to follow...) (Closed) Base URL: svn://chrome-svn/chrome/trunk/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
« no previous file with comments | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.cc
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.cc (revision 98247)
+++ ppapi/native_client/src/shared/ppapi_proxy/command_buffer_nacl.cc (working copy)
@@ -21,6 +21,7 @@
}
CommandBufferNacl::~CommandBufferNacl() {
+ DebugPrintf("CommandBufferNacl::~CommandBufferNacl()\n");
iface_core_->ReleaseResource(graphics_3d_);
}
« no previous file with comments | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698