| Index: components/mus/gles2/command_buffer_impl.cc
|
| diff --git a/components/mus/gles2/command_buffer_impl.cc b/components/mus/gles2/command_buffer_impl.cc
|
| index 36665228883dd16a3f64c4e80755544ed84cc289..aa8fa3b10760735a3246849d21a6485f896afcb9 100644
|
| --- a/components/mus/gles2/command_buffer_impl.cc
|
| +++ b/components/mus/gles2/command_buffer_impl.cc
|
| @@ -67,9 +67,6 @@ void CommandBufferImpl::DidLoseContext(uint32_t reason) {
|
| }
|
|
|
| CommandBufferImpl::~CommandBufferImpl() {
|
| - // Retire all sync points.
|
| - for (uint32_t sync_point : sync_points_)
|
| - gpu_state_->sync_point_manager()->RetireSyncPoint(sync_point);
|
| if (observer_)
|
| observer_->OnCommandBufferImplDestroyed();
|
| }
|
|
|