| Index: components/exo/buffer.h
|
| diff --git a/components/exo/buffer.h b/components/exo/buffer.h
|
| index b97011e99fa53913932aba54f9c013b4bc6ba512..54097d315fb04355d6dee409b87cf6bca0f6a317 100644
|
| --- a/components/exo/buffer.h
|
| +++ b/components/exo/buffer.h
|
| @@ -124,11 +124,6 @@ class Buffer : public base::SupportsWeakPtr<Buffer> {
|
| // The client release callback.
|
| base::Closure release_callback_;
|
|
|
| - // CompositorFrameSinkHolder instance that needs to be kept alive to receive
|
| - // a release callback when the last produced transferable resource is no
|
| - // longer in use.
|
| - scoped_refptr<CompositorFrameSinkHolder> compositor_frame_sink_holder_;
|
| -
|
| // Cancelable release contents callback. This is set when a release callback
|
| // is pending.
|
| base::CancelableClosure release_contents_callback_;
|
|
|