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

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

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
« no previous file with comments | « services/ui/ws/compositor_frame_sink_client_binding.h ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/compositor_frame_sink_client_binding.cc
diff --git a/services/ui/ws/compositor_frame_sink_client_binding.cc b/services/ui/ws/compositor_frame_sink_client_binding.cc
index 9ce826cb8d50191182c47e5dc90424bbe008161f..4532063b014674d0db829c30e290c28c4ca33b7b 100644
--- a/services/ui/ws/compositor_frame_sink_client_binding.cc
+++ b/services/ui/ws/compositor_frame_sink_client_binding.cc
@@ -37,9 +37,9 @@ void CompositorFrameSinkClientBinding::SubmitCompositorFrame(
std::move(frame));
}
-void CompositorFrameSinkClientBinding::BeginFrameDidNotSwap(
+void CompositorFrameSinkClientBinding::DidNotProduceFrame(
const cc::BeginFrameAck& ack) {
- compositor_frame_sink_->BeginFrameDidNotSwap(ack);
+ compositor_frame_sink_->DidNotProduceFrame(ack);
}
void CompositorFrameSinkClientBinding::EvictCurrentSurface() {
« no previous file with comments | « services/ui/ws/compositor_frame_sink_client_binding.h ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698