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

Unified Diff: blimp/client/core/compositor/blimp_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
Index: blimp/client/core/compositor/blimp_compositor_frame_sink.h
diff --git a/blimp/client/core/compositor/blimp_compositor_frame_sink.h b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
index 9d61fef7a5624afcd5ed500a1a5eee57b82b8655..5f302b79d65027a7d7f9d3aa0ed8f7fe57993af5 100644
--- a/blimp/client/core/compositor/blimp_compositor_frame_sink.h
+++ b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
@@ -38,10 +38,9 @@ class BlimpCompositorFrameSink : public cc::CompositorFrameSink,
~BlimpCompositorFrameSink() override;
// cc::CompositorFrameSink implementation.
- uint32_t GetFramebufferCopyTextureFormat() override;
bool BindToClient(cc::CompositorFrameSinkClient* client) override;
- void SwapBuffers(cc::CompositorFrame frame) override;
void DetachFromClient() override;
+ void SwapBuffers(cc::CompositorFrame frame) override;
// BlimpCompositorFrameSinkProxyClient implementation.
void ReclaimCompositorResources(
« no previous file with comments | « android_webview/browser/parent_output_surface.cc ('k') | blimp/client/core/compositor/blimp_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698