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

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: . 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
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..51d2925e1c1a0da3ce0fd54717fb34a4aa79b51f 100644
--- a/cc/test/fake_compositor_frame_sink_client.h
+++ b/cc/test/fake_compositor_frame_sink_client.h
@@ -20,10 +20,8 @@ class FakeCompositorFrameSinkClient : public CompositorFrameSinkClient {
memory_policy_(0) {}
void SetBeginFrameSource(BeginFrameSource* source) override {}
- void SetNeedsRedrawRect(const gfx::Rect& damage_rect) override {}
+ // void SetNeedsRedrawRect(const gfx::Rect& damage_rect) override {}
enne (OOO) 2016/09/19 17:34:03 <_<
danakj 2016/09/19 18:48:55 Done.
void DidSwapBuffersComplete() override;
- void DidReceiveTextureInUseResponses(
- const gpu::TextureInUseResponses& responses) override {}
void ReclaimResources(const ReturnedResourceArray& resources) override {}
void DidLoseCompositorFrameSink() override;
void SetExternalTilePriorityConstraints(

Powered by Google App Engine
This is Rietveld 408576698