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

Unified Diff: services/ui/ws/display_client_compositor_frame_sink.h

Issue 2720803002: Pass returned resources to DidReceiveCompositorFrameAck (Closed)
Patch Set: c Created 3 years, 8 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: services/ui/ws/display_client_compositor_frame_sink.h
diff --git a/services/ui/ws/display_client_compositor_frame_sink.h b/services/ui/ws/display_client_compositor_frame_sink.h
index 233ea7d825888d94c900b822349b7779e44f99e1..4a98ad13403a235601cff859bfe7dc3fa55f523a 100644
--- a/services/ui/ws/display_client_compositor_frame_sink.h
+++ b/services/ui/ws/display_client_compositor_frame_sink.h
@@ -44,7 +44,8 @@ class DisplayClientCompositorFrameSink
private:
// cc::mojom::MojoCompositorFrameSinkClient implementation:
- void DidReceiveCompositorFrameAck() override;
+ void DidReceiveCompositorFrameAck(
+ const cc::ReturnedResourceArray& resources) override;
void OnBeginFrame(const cc::BeginFrameArgs& begin_frame_args) override;
void ReclaimResources(const cc::ReturnedResourceArray& resources) override;

Powered by Google App Engine
This is Rietveld 408576698