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

Unified Diff: cc/output/compositor_frame_ack.h

Issue 23097005: cc: return resources via a ReturnedResource struct rather than TransferableResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: post-rebase fixes Created 7 years, 4 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
Index: cc/output/compositor_frame_ack.h
diff --git a/cc/output/compositor_frame_ack.h b/cc/output/compositor_frame_ack.h
index 276ecf0d96edb38e994d7ab2bad55e1e55eb7eaa..8c5ee02d210611cd3926e0b8351fb5fe6c65cd95 100644
--- a/cc/output/compositor_frame_ack.h
+++ b/cc/output/compositor_frame_ack.h
@@ -17,7 +17,7 @@ class CC_EXPORT CompositorFrameAck {
CompositorFrameAck();
~CompositorFrameAck();
- TransferableResourceArray resources;
+ ReturnedResourceArray resources;
scoped_ptr<GLFrameData> gl_frame_data;
unsigned last_software_frame_id;

Powered by Google App Engine
This is Rietveld 408576698