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

Unified Diff: components/display_compositor/gpu_root_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
Index: components/display_compositor/gpu_root_compositor_frame_sink.cc
diff --git a/components/display_compositor/gpu_root_compositor_frame_sink.cc b/components/display_compositor/gpu_root_compositor_frame_sink.cc
index 84423df4b86a587916f907a202c5480d35259290..932096d4ee1dc622e7541adc7cdb15156da8a14f 100644
--- a/components/display_compositor/gpu_root_compositor_frame_sink.cc
+++ b/components/display_compositor/gpu_root_compositor_frame_sink.cc
@@ -89,6 +89,11 @@ void GpuRootCompositorFrameSink::SubmitCompositorFrame(
support_->SubmitCompositorFrame(local_surface_id, std::move(frame));
}
+void GpuRootCompositorFrameSink::BeginFrameDidNotSwap(
+ const cc::BeginFrameAck& begin_frame_ack) {
+ support_->BeginFrameDidNotSwap(begin_frame_ack);
+}
+
void GpuRootCompositorFrameSink::ClaimTemporaryReference(
const cc::SurfaceId& surface_id) {
support_->ClaimTemporaryReference(surface_id);
« no previous file with comments | « components/display_compositor/gpu_root_compositor_frame_sink.h ('k') | components/exo/compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698