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

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: don't use metadata to stash IPC messages 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..6eda0a9866b2cdc46bac4192e95dfeaf13ee12b9 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -34,6 +34,9 @@ class CC_EXPORT CompositorFrameMetadata {
float min_page_scale_factor;
float max_page_scale_factor;
+ // Sequence number of the content that this frame was rendered for.
+ int source_frame_number;
mkosiba (inactive) 2014/05/13 19:15:26 this is only ever used by the SwapPromise. You thi
+
// Used to position the Android location top bar and page content, whose
// precise position is computed by the renderer compositor.
gfx::Vector2dF location_bar_offset;

Powered by Google App Engine
This is Rietveld 408576698