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

Unified Diff: cc/test/fake_compositor_frame_sink_client.h

Issue 2349743004: cc: Remove things from OutputSurface and CompositorFrameSink. (Closed)
Patch Set: delete-stuff-cfs: comment-and-rebase Created 4 years, 3 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/test/fake_compositor_frame_sink.cc ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_compositor_frame_sink_client.h
diff --git a/cc/test/fake_compositor_frame_sink_client.h b/cc/test/fake_compositor_frame_sink_client.h
index e50c2d755de7329134be41a1975153f25621cb4b..4fcad9fa3ccce4c47a14e4ead59bac080b2117b8 100644
--- a/cc/test/fake_compositor_frame_sink_client.h
+++ b/cc/test/fake_compositor_frame_sink_client.h
@@ -20,10 +20,7 @@ class FakeCompositorFrameSinkClient : public CompositorFrameSinkClient {
memory_policy_(0) {}
void SetBeginFrameSource(BeginFrameSource* source) override {}
- void SetNeedsRedrawRect(const gfx::Rect& damage_rect) override {}
void DidSwapBuffersComplete() override;
- void DidReceiveTextureInUseResponses(
- const gpu::TextureInUseResponses& responses) override {}
void ReclaimResources(const ReturnedResourceArray& resources) override {}
void DidLoseCompositorFrameSink() override;
void SetExternalTilePriorityConstraints(
« no previous file with comments | « cc/test/fake_compositor_frame_sink.cc ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698