| Index: cc/ipc/mojo_compositor_frame_sink.mojom
|
| diff --git a/cc/ipc/mojo_compositor_frame_sink.mojom b/cc/ipc/mojo_compositor_frame_sink.mojom
|
| index 87ddd3aff8b26a93f5ec411d2ba0fab588686b62..6bbb973217fc2eb6d5efaf1e288c27aeee23b380 100644
|
| --- a/cc/ipc/mojo_compositor_frame_sink.mojom
|
| +++ b/cc/ipc/mojo_compositor_frame_sink.mojom
|
| @@ -33,12 +33,6 @@ interface MojoCompositorFrameSink {
|
| SubmitCompositorFrame(cc.mojom.LocalFrameId local_frame_id,
|
| cc.mojom.CompositorFrame frame);
|
|
|
| - // Adds surface references.
|
| - AddSurfaceReferences(array<SurfaceReference> references);
|
| -
|
| - // Removes surface references.
|
| - RemoveSurfaceReferences(array<SurfaceReference> references);
|
| -
|
| // Notify that the surface is no longer in use (and is okay to be evicted) so
|
| // that its resources gets returned in time.
|
| EvictFrame();
|
|
|