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

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

Issue 2938833002: Add SurfaceWillDraw notification (Closed)
Patch Set: 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
« no previous file with comments | « components/viz/frame_sinks/mojo_frame_sink_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..902f6b8d11342813173b551ad54de0a063558b4c 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 OnSurfaceWillDraw(const cc::SurfaceId& surface_id) {}
rjkroege 2017/06/14 13:59:12 why is this not in MojoFrameSinkManager::?
Fady Samuel 2017/06/14 15:15:25 Yea, I'm kind of surprised this compiles?
gklassen 2017/06/14 15:16:35 Done.
+
void MojoFrameSinkManager::OnPrivateConnectionLost(
const cc::FrameSinkId& frame_sink_id,
bool destroy_compositor_frame_sink) {
« no previous file with comments | « 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