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

Unified Diff: services/ui/ws/display_client_compositor_frame_sink.cc

Issue 2801313002: Remove MojoCompositorFrameSink::WillDrawSurface (Closed)
Patch Set: Address Nit 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: services/ui/ws/display_client_compositor_frame_sink.cc
diff --git a/services/ui/ws/display_client_compositor_frame_sink.cc b/services/ui/ws/display_client_compositor_frame_sink.cc
index 01c16fc804b90d1ce25db1f32c6ebec8e6283da3..7083b48c83c7102459355900fac404737e841c23 100644
--- a/services/ui/ws/display_client_compositor_frame_sink.cc
+++ b/services/ui/ws/display_client_compositor_frame_sink.cc
@@ -88,12 +88,6 @@ void DisplayClientCompositorFrameSink::ReclaimResources(
client_->ReclaimResources(resources);
}
-void DisplayClientCompositorFrameSink::WillDrawSurface(
- const cc::LocalSurfaceId& local_surface_id,
- const gfx::Rect& damage_rect) {
- // TODO(fsamuel, staraz): Implement this.
-}
-
void DisplayClientCompositorFrameSink::OnNeedsBeginFrames(
bool needs_begin_frames) {
DCHECK(thread_checker_->CalledOnValidThread());

Powered by Google App Engine
This is Rietveld 408576698