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

Unified Diff: content/common/gpu/client/command_buffer_proxy.cc

Issue 9610008: Revert disabling of transfer_buffer_ cache. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/client/command_buffer_proxy.cc
===================================================================
--- content/common/gpu/client/command_buffer_proxy.cc (revision 125068)
+++ content/common/gpu/client/command_buffer_proxy.cc (working copy)
@@ -315,12 +315,7 @@
buffer.ptr = shared_memory->memory();
buffer.size = size;
buffer.shared_memory = shared_memory;
- // todo(apatrick,nfullagar): re-enable when cache sync issues are solved.
- // see: http://code.google.com/p/chromium/issues/detail?id=116285
-#define DISABLE_TRANSFER_BUFFER_CACHE
-#ifndef DISABLE_TRANSFER_BUFFER_CACHE
transfer_buffers_[id] = buffer;
-#endif
return buffer;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698