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

Unified Diff: services/ui/public/cpp/client_compositor_frame_sink.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/public/cpp/client_compositor_frame_sink.h
diff --git a/services/ui/public/cpp/client_compositor_frame_sink.h b/services/ui/public/cpp/client_compositor_frame_sink.h
index 889cfa46697fc8410f43589a31fb2f785b570f2a..d21fe0f5ee55394b56fbfa3716298925ed3e6646 100644
--- a/services/ui/public/cpp/client_compositor_frame_sink.h
+++ b/services/ui/public/cpp/client_compositor_frame_sink.h
@@ -38,6 +38,7 @@ class ClientCompositorFrameSink
void DetachFromClient() override;
void SetLocalSurfaceId(const cc::LocalSurfaceId& local_surface_id) override;
void SubmitCompositorFrame(cc::CompositorFrame frame) override;
+ void DidNotProduceFrame(const cc::BeginFrameAck& ack) override;
private:
ClientCompositorFrameSink(
@@ -55,7 +56,6 @@ class ClientCompositorFrameSink
// cc::ExternalBeginFrameSourceClient implementation.
void OnNeedsBeginFrames(bool needs_begin_frames) override;
- void OnDidFinishFrame(const cc::BeginFrameAck& ack) override;
gfx::Size last_submitted_frame_size_;
cc::LocalSurfaceId local_surface_id_;
« no previous file with comments | « content/renderer/gpu/renderer_compositor_frame_sink.cc ('k') | services/ui/public/cpp/client_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698