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

Unified Diff: cc/output/software_renderer.cc

Issue 13248003: Pass a sequence number along with the DIB handle when compositing in software. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « cc/output/software_output_device.cc ('k') | content/common/cc_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/software_renderer.cc
diff --git a/cc/output/software_renderer.cc b/cc/output/software_renderer.cc
index 33dfacfab4f3bb46598a9c9a2f579bdd96124773..d9898005e25f3d56fe7804a4daa4f79b3c64c997 100644
--- a/cc/output/software_renderer.cc
+++ b/cc/output/software_renderer.cc
@@ -124,7 +124,7 @@ void SoftwareRenderer::ReceiveCompositorFrameAck(
const CompositorFrameAck& ack) {
if (capabilities_.using_swap_complete_callback)
client_->OnSwapBuffersComplete();
- output_device_->ReclaimDIB(ack.last_content_dib);
+ output_device_->ReclaimDIB(ack.last_dib_id);
}
bool SoftwareRenderer::FlippedFramebuffer() const {
« no previous file with comments | « cc/output/software_output_device.cc ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698