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

Unified Diff: cc/surfaces/direct_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/surfaces/direct_compositor_frame_sink.h
diff --git a/cc/surfaces/direct_compositor_frame_sink.h b/cc/surfaces/direct_compositor_frame_sink.h
index 31f4902a62c7fc43e503502e4b37517bacd2634f..701f97509d06ee3a27c53773329fc3c540852a6c 100644
--- a/cc/surfaces/direct_compositor_frame_sink.h
+++ b/cc/surfaces/direct_compositor_frame_sink.h
@@ -41,12 +41,10 @@ class CC_SURFACES_EXPORT DirectCompositorFrameSink
~DirectCompositorFrameSink() override;
// CompositorFrameSink implementation.
- void SwapBuffers(CompositorFrame frame) override;
bool BindToClient(CompositorFrameSinkClient* client) override;
- void ForceReclaimResources() override;
void DetachFromClient() override;
- void BindFramebuffer() override;
- uint32_t GetFramebufferCopyTextureFormat() override;
+ void SwapBuffers(CompositorFrame frame) override;
+ void ForceReclaimResources() override;
// SurfaceFactoryClient implementation.
void ReturnResources(const ReturnedResourceArray& resources) override;

Powered by Google App Engine
This is Rietveld 408576698