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

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

Issue 2888043004: [cc] Add and plumb CFS::DidNotProduceFrame. (Closed)
Patch Set: address nits, rename to DidNotProduceFrame. Created 3 years, 7 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/compositor_frame_sink_client_binding.h
diff --git a/services/ui/ws/compositor_frame_sink_client_binding.h b/services/ui/ws/compositor_frame_sink_client_binding.h
index 5d455841c59792c7dae137b7fcea57e4f3618288..a55c89298720b4a00a03b75fbc78c55d3be9e571 100644
--- a/services/ui/ws/compositor_frame_sink_client_binding.h
+++ b/services/ui/ws/compositor_frame_sink_client_binding.h
@@ -33,7 +33,7 @@ class CompositorFrameSinkClientBinding
void SubmitCompositorFrame(const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame) override;
void SetNeedsBeginFrame(bool needs_begin_frame) override;
- void BeginFrameDidNotSwap(const cc::BeginFrameAck& ack) override;
+ void DidNotProduceFrame(const cc::BeginFrameAck& ack) override;
void EvictCurrentSurface() override;
mojo::Binding<cc::mojom::MojoCompositorFrameSinkClient> binding_;
« no previous file with comments | « services/ui/public/cpp/client_compositor_frame_sink.cc ('k') | services/ui/ws/compositor_frame_sink_client_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698