| Index: content/common/gpu/client/context_provider_command_buffer.cc
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.cc b/content/common/gpu/client/context_provider_command_buffer.cc
|
| index 54c912326b9ed186839ebb3935e7b1abf96fd345..8c1fc34a854a880e129fa5ac3387e182ebac94aa 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.cc
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.cc
|
| @@ -314,6 +314,8 @@ void ContextProviderCommandBuffer::DeleteCachedResources() {
|
|
|
| if (gr_context_)
|
| gr_context_->FreeGpuResources();
|
| +
|
| + ContextSupport()->TrimResources();
|
| }
|
|
|
| void ContextProviderCommandBuffer::OnLostContext() {
|
|
|