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

Unified Diff: gpu/command_buffer/client/gles2_implementation.cc

Issue 11970022: Revert 177054 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | gpu/command_buffer/client/gles2_implementation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_implementation.cc
===================================================================
--- gpu/command_buffer/client/gles2_implementation.cc (revision 177244)
+++ gpu/command_buffer/client/gles2_implementation.cc (working copy)
@@ -204,8 +204,8 @@
// If it's destroyed it will use this GLES2Implemenation.
share_group_->SetGLES2ImplementationForDestruction(this);
share_group_ = NULL;
- // Finally, finish commands and free shared memory buffers.
- FreeEverything();
+ // Make sure the commands make it the service.
+ Finish();
}
GLES2CmdHelper* GLES2Implementation::helper() const {
« no previous file with comments | « no previous file | gpu/command_buffer/client/gles2_implementation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698