Index: cc/surfaces/compositor_frame_sink_support_client.h |
diff --git a/cc/surfaces/compositor_frame_sink_support_client.h b/cc/surfaces/compositor_frame_sink_support_client.h |
index 905f6db8ec7436196941b9a05275a4caacb747b2..4fd378605b9610634f45b0c9054a3464dfe8944f 100644 |
--- a/cc/surfaces/compositor_frame_sink_support_client.h |
+++ b/cc/surfaces/compositor_frame_sink_support_client.h |
@@ -26,7 +26,8 @@ class CompositorFrameSinkSupportClient { |
// TODO(fsamuel): This method ought not be necessary with unified BeginFrame. |
// However, there's a fair amount of cleanup and refactoring necessary to get |
// rid of it. |
- virtual void DidReceiveCompositorFrameAck() = 0; |
+ virtual void DidReceiveCompositorFrameAck( |
+ const ReturnedResourceArray& resources) = 0; |
// Notification for the client to generate a CompositorFrame. |
virtual void OnBeginFrame(const BeginFrameArgs& args) = 0; |