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

Unified Diff: components/display_compositor/gpu_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/display_compositor/gpu_compositor_frame_sink.h
diff --git a/components/display_compositor/gpu_compositor_frame_sink.h b/components/display_compositor/gpu_compositor_frame_sink.h
index 48365f176ee8bbc41eeeafbd5a7c197d7981acf8..f294906ebed9e49a9f4e9a0b70ba64d48cdbc810 100644
--- a/components/display_compositor/gpu_compositor_frame_sink.h
+++ b/components/display_compositor/gpu_compositor_frame_sink.h
@@ -43,6 +43,7 @@ class DISPLAY_COMPOSITOR_EXPORT GpuCompositorFrameSink
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;
// cc::mojom::MojoCompositorFrameSinkPrivate:
void ClaimTemporaryReference(const cc::SurfaceId& surface_id) override;
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | components/display_compositor/gpu_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698