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

Unified Diff: components/exo/compositor_frame_sink_holder.cc

Issue 2801313002: Remove MojoCompositorFrameSink::WillDrawSurface (Closed)
Patch Set: Created 3 years, 8 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/exo/compositor_frame_sink_holder.cc
diff --git a/components/exo/compositor_frame_sink_holder.cc b/components/exo/compositor_frame_sink_holder.cc
index 695aeec1877591bfaba9f849cecda15c93a76088..80b3bb53a5298534df8faf081e6d7f0662d6269b 100644
--- a/components/exo/compositor_frame_sink_holder.cc
+++ b/components/exo/compositor_frame_sink_holder.cc
@@ -61,10 +61,6 @@ void CompositorFrameSinkHolder::ReclaimResources(
}
}
-void CompositorFrameSinkHolder::WillDrawSurface(
- const cc::LocalSurfaceId& local_surface_id,
- const gfx::Rect& damage_rect) {}
-
////////////////////////////////////////////////////////////////////////////////
// cc::ExternalBeginFrameSourceClient overrides:

Powered by Google App Engine
This is Rietveld 408576698