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

Unified Diff: components/exo/compositor_frame_sink.h

Issue 2755463002: [cc] Fix CompositorFrameSinkSupport BeginFrameAck interface. (Closed)
Patch Set: sync Created 3 years, 9 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: components/exo/compositor_frame_sink.h
diff --git a/components/exo/compositor_frame_sink.h b/components/exo/compositor_frame_sink.h
index 3bfc7dd212b3a4c1e489c115fda44abca90f11fa..ab843e70fbd761a2570362abd6e51f7aaf46dd84 100644
--- a/components/exo/compositor_frame_sink.h
+++ b/components/exo/compositor_frame_sink.h
@@ -29,6 +29,7 @@ class CompositorFrameSink : public cc::CompositorFrameSinkSupportClient,
void SetNeedsBeginFrame(bool needs_begin_frame) override;
void SubmitCompositorFrame(const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame) override;
+ void BeginFrameDidNotSwap(const cc::BeginFrameAck& begin_frame_ack) override;
void EvictFrame() override;
// Overridden from cc::CompositorFrameSinkSupportClient:
« no previous file with comments | « components/display_compositor/gpu_root_compositor_frame_sink.cc ('k') | components/exo/compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698