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

Unified Diff: components/exo/compositor_frame_sink.cc

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
« no previous file with comments | « components/exo/compositor_frame_sink.h ('k') | components/exo/compositor_frame_sink_holder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/compositor_frame_sink.cc
diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
index 895d513fa98d6d33e0178b7ba82ccac3b7ebdf7c..8f72f1002b3aaebec45a5a7b71b7df8c676bff3b 100644
--- a/components/exo/compositor_frame_sink.cc
+++ b/components/exo/compositor_frame_sink.cc
@@ -41,6 +41,11 @@ void CompositorFrameSink::SubmitCompositorFrame(
support_.SubmitCompositorFrame(local_surface_id, std::move(frame));
}
+void CompositorFrameSink::BeginFrameDidNotSwap(
+ const cc::BeginFrameAck& begin_frame_ack) {
+ support_.BeginFrameDidNotSwap(begin_frame_ack);
+}
+
void CompositorFrameSink::EvictFrame() {
support_.EvictFrame();
}
« no previous file with comments | « components/exo/compositor_frame_sink.h ('k') | components/exo/compositor_frame_sink_holder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698