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

Unified Diff: cc/output/compositor_frame_metadata.h

Issue 240163005: Deliver IPC messages together with SwapCompositorFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use IPC? Created 6 years, 7 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_metadata.h
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
index 54c3ce61a0fae5e8c0dab07b5c30d5e2a9ad31c1..e864be66a60c70fffc7a6e7099a9aaa696741366 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -41,6 +41,8 @@ class CC_EXPORT CompositorFrameMetadata {
float overdraw_bottom_height;
std::vector<ui::LatencyInfo> latency_info;
+ // Payload associated with this frame.
+ std::vector<IPC::Message> payload;
mkosiba (inactive) 2014/05/06 22:30:33 metadata seems to be the most convenient place for
piman 2014/05/07 01:21:46 I don't think we want to make cc depend on IPC. I
mkosiba (inactive) 2014/05/07 18:27:20 true. The other reason I'm gravitating towards met
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698