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

Unified Diff: cc/test/test_compositor_frame_sink.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/test_compositor_frame_sink.h
diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
index a385ac8c571551a6d54a4aac21e52b2300ae719e..76614e1ca7453c8c6129ff9a62d5be5757d4a56d 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -66,8 +66,6 @@ class TestCompositorFrameSink : public CompositorFrameSink,
void DetachFromClient() override;
void SwapBuffers(CompositorFrame frame) override;
void ForceReclaimResources() override;
- void BindFramebuffer() override;
- uint32_t GetFramebufferCopyTextureFormat() override;
// SurfaceFactoryClient implementation.
void ReturnResources(const ReturnedResourceArray& resources) override;

Powered by Google App Engine
This is Rietveld 408576698