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

Unified Diff: cc/surfaces/compositor_frame_sink_support.h

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: . 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
Index: cc/surfaces/compositor_frame_sink_support.h
diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
index 1d89554e025567337fc70b2f21464bccc4c1b434..89d006ff6f68dcde07a97632f5a4f99b5e03deb1 100644
--- a/cc/surfaces/compositor_frame_sink_support.h
+++ b/cc/surfaces/compositor_frame_sink_support.h
@@ -39,6 +39,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
void SetNeedsBeginFrame(bool needs_begin_frame);
void SubmitCompositorFrame(const LocalFrameId& local_frame_id,
CompositorFrame frame);
+ void BeginFrameDidNotDraw(const BeginFrameAck& ack);
void AddChildFrameSink(const FrameSinkId& child_frame_sink_id);
void RemoveChildFrameSink(const FrameSinkId& child_frame_sink_id);

Powered by Google App Engine
This is Rietveld 408576698