| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index 1ccccd959fe08867dcfbbac619091214a5ae9c6e..9a9cd85b411fd3ae1b41df80ee972cdf50e2223d 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -641,6 +641,10 @@ GLES2Implementation::~GLES2Implementation() {
|
| #endif
|
| }
|
|
|
| +void GLES2Implementation::FreeUnusedSharedMemory() {
|
| + mapped_memory_->FreeUnused();
|
| +}
|
| +
|
| void GLES2Implementation::WaitForCmd() {
|
| TRACE_EVENT0("gpu", "GLES2::WaitForCmd");
|
| helper_->CommandBufferHelper::Finish();
|
|
|