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

Unified Diff: services/ui/public/cpp/compositor_frame_sink.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 | « content/test/layouttest_support.cc ('k') | services/ui/public/cpp/compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/compositor_frame_sink.h
diff --git a/services/ui/public/cpp/compositor_frame_sink.h b/services/ui/public/cpp/compositor_frame_sink.h
index 68c38f705ef2a43c8ea1dd5e2e8a3c4f1fab344f..ffadb6637bd47df48ab621dea83250e1a4c2cc93 100644
--- a/services/ui/public/cpp/compositor_frame_sink.h
+++ b/services/ui/public/cpp/compositor_frame_sink.h
@@ -27,11 +27,9 @@ class CompositorFrameSink : public cc::CompositorFrameSink,
~CompositorFrameSink() override;
// cc::CompositorFrameSink implementation.
- void SwapBuffers(cc::CompositorFrame frame) override;
bool BindToClient(cc::CompositorFrameSinkClient* client) override;
void DetachFromClient() override;
- void BindFramebuffer() override;
- uint32_t GetFramebufferCopyTextureFormat() override;
+ void SwapBuffers(cc::CompositorFrame frame) override;
private:
// WindowSurfaceClient implementation:
« no previous file with comments | « content/test/layouttest_support.cc ('k') | services/ui/public/cpp/compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698