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

Unified Diff: cc/output/compositor_frame_sink_client.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 | « cc/output/compositor_frame_sink.cc ('k') | cc/output/compositor_frame_sink_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_sink_client.h
diff --git a/cc/output/compositor_frame_sink_client.h b/cc/output/compositor_frame_sink_client.h
index 4318e015f112f0393167e2becdc2f6ef9998f273..07d428ff24041d65148184a22d6333712d31b786 100644
--- a/cc/output/compositor_frame_sink_client.h
+++ b/cc/output/compositor_frame_sink_client.h
@@ -25,16 +25,6 @@ struct ManagedMemoryPolicy;
class CC_EXPORT CompositorFrameSinkClient {
public:
- // ============== DISPLAY COMPOSITOR ONLY =======================
-
- // From surfaceless/ozone browser compositor output surface.
- virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) = 0;
- // For overlays.
- virtual void DidReceiveTextureInUseResponses(
- const gpu::TextureInUseResponses& responses) = 0;
-
- // ============== LAYER TREE COMPOSITOR ONLY ====================
-
// Pass the begin frame source for the client to observe. Client does not own
// the BeginFrameSource. CompositorFrameSink should call this once after
// binding to
« no previous file with comments | « cc/output/compositor_frame_sink.cc ('k') | cc/output/compositor_frame_sink_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698