| Index: components/exo/surface.cc
|
| diff --git a/components/exo/surface.cc b/components/exo/surface.cc
|
| index 6c811518935b3c3ac30a69eb16aaab2eeef55442..4454363cc3cf75d054ff1781bdf90fedf8d7b7ab 100644
|
| --- a/components/exo/surface.cc
|
| +++ b/components/exo/surface.cc
|
| @@ -665,7 +665,7 @@ void Surface::UpdateResource(bool client_usage) {
|
| texture_mailbox_release_callback =
|
| current_buffer_.buffer()->ProduceTextureMailbox(
|
| &texture_mailbox, state_.only_visible_on_secure_output,
|
| - client_usage);
|
| + client_usage, compositor_frame_sink_holder_.get());
|
| }
|
|
|
| if (texture_mailbox_release_callback) {
|
|
|