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

Unified Diff: content/common/gpu/image_transport_surface_win.cc

Issue 10828100: Revert 149038 - Don't allow processing of a command buffer to overlap with a previous swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/image_transport_surface_win.cc
===================================================================
--- content/common/gpu/image_transport_surface_win.cc (revision 149270)
+++ content/common/gpu/image_transport_surface_win.cc (working copy)
@@ -199,10 +199,6 @@
DCHECK(!is_swap_buffers_pending_);
is_swap_buffers_pending_ = true;
-
- // Pause all processing of this command buffer.
- // http://code.google.com/p/chromium/issues/detail?id=135546
- DeferDraws();
}
void PbufferImageTransportSurface::OnBufferPresented(uint32 sync_point) {
« 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