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

Unified Diff: components/viz/frame_sinks/mojo_frame_sink_manager.cc

Issue 2938833002: Add SurfaceWillDraw notification (Closed)
Patch Set: improve comments based on reviewer feedback Created 3 years, 6 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/viz/frame_sinks/mojo_frame_sink_manager.cc
diff --git a/components/viz/frame_sinks/mojo_frame_sink_manager.cc b/components/viz/frame_sinks/mojo_frame_sink_manager.cc
index f3fcac09677f8777e999941900e083f2b0f32851..0be42c951a4f0c0f59fb750c498cbb845006b0c3 100644
--- a/components/viz/frame_sinks/mojo_frame_sink_manager.cc
+++ b/components/viz/frame_sinks/mojo_frame_sink_manager.cc
@@ -147,6 +147,8 @@ void MojoFrameSinkManager::OnClientConnectionLost(
// client instance to create a new CompositorFrameSink.
}
+void MojoFrameSinkManager::OnSurfaceWillDraw(const cc::SurfaceId& surface_id) {}
+
void MojoFrameSinkManager::OnPrivateConnectionLost(
const cc::FrameSinkId& frame_sink_id,
bool destroy_compositor_frame_sink) {
« cc/surfaces/surface_aggregator.cc ('K') | « components/viz/frame_sinks/mojo_frame_sink_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698