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

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

Issue 2918883002: cc: Get rid of SurfaceDestroyed and use SurfaceDiscarded instead
Patch Set: Updated 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 69bbde36d281336a520ae62163555ff83e8732bf..b5ea8f7c09228b23c498d4c170628446a47d0d63 100644
--- a/components/viz/frame_sinks/mojo_frame_sink_manager.cc
+++ b/components/viz/frame_sinks/mojo_frame_sink_manager.cc
@@ -128,9 +128,6 @@ void MojoFrameSinkManager::OnSurfaceDamaged(const cc::SurfaceId& surface_id,
void MojoFrameSinkManager::OnSurfaceDiscarded(const cc::SurfaceId& surface_id) {
}
-void MojoFrameSinkManager::OnSurfaceDestroyed(const cc::SurfaceId& surface_id) {
-}
-
void MojoFrameSinkManager::OnSurfaceDamageExpected(
const cc::SurfaceId& surface_id,
const cc::BeginFrameArgs& args) {}
« cc/surfaces/display_scheduler.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