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

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

Issue 2854163003: [cc] Plumb BeginFrameAcks through SurfaceManager to DisplayScheduler. (Closed)
Patch Set: track state in DisplayScheduler rather than Surface Created 3 years, 7 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 a41c1a4c6b5f898b69dae81e9b76c6a0390d4f7b..46ce96e125873181b56805cb74d9cf2d14e37b67 100644
--- a/components/viz/frame_sinks/mojo_frame_sink_manager.cc
+++ b/components/viz/frame_sinks/mojo_frame_sink_manager.cc
@@ -126,9 +126,6 @@ void MojoFrameSinkManager::OnSurfaceCreated(
client_->OnSurfaceCreated(surface_info);
}
-void MojoFrameSinkManager::OnSurfaceDamaged(const cc::SurfaceId& surface_id,
- bool* changed) {}
-
void MojoFrameSinkManager::OnClientConnectionLost(
const cc::FrameSinkId& frame_sink_id,
bool destroy_compositor_frame_sink) {

Powered by Google App Engine
This is Rietveld 408576698