diff options
Diffstat (limited to 'gpu/command_buffer/client/gles2_implementation.cc')
-rw-r--r-- | gpu/command_buffer/client/gles2_implementation.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc index 6ef8c9f..78eccf5 100644 --- a/gpu/command_buffer/client/gles2_implementation.cc +++ b/gpu/command_buffer/client/gles2_implementation.cc @@ -335,6 +335,12 @@ void GLES2Implementation::SignalQuery(uint32 query, weak_ptr_factory_.GetWeakPtr(), callback)); } + +void GLES2Implementation::SendManagedMemoryStats( + const ManagedMemoryStats& stats) { + gpu_control_->SendManagedMemoryStats(stats); +} + void GLES2Implementation::WaitForCmd() { TRACE_EVENT0("gpu", "GLES2::WaitForCmd"); helper_->CommandBufferHelper::Finish(); |