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

Unified Diff: components/exo/compositor_frame_sink_holder.h

Issue 2691453002: [cc] Track observer status in ExternalBeginFrameSource. (Closed)
Patch Set: Call DidFinishFrame even when dropped, update tests. Created 3 years, 10 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: components/exo/compositor_frame_sink_holder.h
diff --git a/components/exo/compositor_frame_sink_holder.h b/components/exo/compositor_frame_sink_holder.h
index 1309bf87b846ca01ff3854f2bd30236933feac2e..b34fef3aa2f135a40b3814d51163cb826d380a96 100644
--- a/components/exo/compositor_frame_sink_holder.h
+++ b/components/exo/compositor_frame_sink_holder.h
@@ -63,6 +63,7 @@ class CompositorFrameSinkHolder
// Overridden from cc::ExternalBeginFrameSouceClient:
reveman 2017/02/21 22:40:05 can you s/cc::ExternalBeginFrameSouceClient/cc::Ex
Eric Seckler 2017/02/22 09:12:35 Done.
void OnNeedsBeginFrames(bool needs_begin_frames) override;
+ void OnDidFinishFrame(const cc::BeginFrameAck& ack) override;
// Overridden from SurfaceObserver:
void OnSurfaceDestroying(Surface* surface) override;

Powered by Google App Engine
This is Rietveld 408576698