| 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
|
|
|