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

Unified Diff: components/exo/compositor_frame_sink.cc

Issue 2801313002: Remove MojoCompositorFrameSink::WillDrawSurface (Closed)
Patch Set: Rebase 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
« no previous file with comments | « cc/ipc/mojo_compositor_frame_sink.mojom ('k') | components/exo/compositor_frame_sink_holder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/compositor_frame_sink.cc
diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
index 8f72f1002b3aaebec45a5a7b71b7df8c676bff3b..0aa1659c4b4f443e334d98c0dfe847b0cf0ab90f 100644
--- a/components/exo/compositor_frame_sink.cc
+++ b/components/exo/compositor_frame_sink.cc
@@ -68,8 +68,6 @@ void CompositorFrameSink::ReclaimResources(
void CompositorFrameSink::WillDrawSurface(
const cc::LocalSurfaceId& local_surface_id,
- const gfx::Rect& damage_rect) {
- client_->WillDrawSurface(local_surface_id, damage_rect);
-}
+ const gfx::Rect& damage_rect) {}
reveman 2017/04/10 17:00:10 nit: move definition to header now that it is empt
Alex Z. 2017/04/10 17:39:01 Done.
} // namespace exo
« no previous file with comments | « cc/ipc/mojo_compositor_frame_sink.mojom ('k') | components/exo/compositor_frame_sink_holder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698