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

Unified Diff: cc/output/software_output_device.h

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_frame_data.cc ('k') | cc/output/software_output_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/software_output_device.h
diff --git a/cc/output/software_output_device.h b/cc/output/software_output_device.h
index f9566f8eafa414b343dac24a83565bf62502e0c5..9899629ee9662dc8fb66c0f9362a2d7ef07a08fe 100644
--- a/cc/output/software_output_device.h
+++ b/cc/output/software_output_device.h
@@ -39,7 +39,7 @@ class CC_EXPORT SoftwareOutputDevice {
gfx::Rect clip_rect);
// TODO(skaslev) Remove this after UberCompositor lands.
- virtual void ReclaimDIB(TransportDIB::Handle handle);
+ virtual void ReclaimDIB(const TransportDIB::Id& id);
protected:
gfx::Size viewport_size_;
« no previous file with comments | « cc/output/software_frame_data.cc ('k') | cc/output/software_output_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698