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

Unified Diff: cc/surfaces/direct_compositor_frame_sink.cc

Issue 2727553004: [cc] Forward BeginFrameAcks through DirectCFS and CFSSupport. (Closed)
Patch Set: 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: cc/surfaces/direct_compositor_frame_sink.cc
diff --git a/cc/surfaces/direct_compositor_frame_sink.cc b/cc/surfaces/direct_compositor_frame_sink.cc
index 10b419ba5f76a4eb9df15e34898ab99907d43411..a915b941c1e6ada8c17fff3cefbfd350d8e76c1a 100644
--- a/cc/surfaces/direct_compositor_frame_sink.cc
+++ b/cc/surfaces/direct_compositor_frame_sink.cc
@@ -151,7 +151,7 @@ void DirectCompositorFrameSink::OnNeedsBeginFrames(bool needs_begin_frame) {
}
void DirectCompositorFrameSink::OnDidFinishFrame(const BeginFrameAck& ack) {
- // TODO(eseckler): Pass on the ack to support_ and its BeginFrameSource.
+ support_->DidFinishFrame(ack);
}
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698