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 |