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

Unified Diff: cc/output/output_surface_frame.h

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: Address Brian's comments. Created 4 years 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/gl_renderer_unittest.cc ('k') | cc/output/overlay_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface_frame.h
diff --git a/cc/output/output_surface_frame.h b/cc/output/output_surface_frame.h
index 2306f2e5b4bbe686807d324dd438eee65266d245..a221686dfcdc2b3c89d63fb9dd763883abaad0b5 100644
--- a/cc/output/output_surface_frame.h
+++ b/cc/output/output_surface_frame.h
@@ -29,6 +29,11 @@ class CC_EXPORT OutputSurfaceFrame {
gfx::Rect sub_buffer_rect;
std::vector<ui::LatencyInfo> latency_info;
+ // See corresponding fields in CompositorFrameMetadata.
+ uint64_t begin_frame_source_id = 0;
+ uint64_t begin_frame_number = 0;
+ uint64_t latest_confirmed_frame = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(OutputSurfaceFrame);
};
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/overlay_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698