summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gpu_control_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/gpu_control_service.h')
-rw-r--r--gpu/command_buffer/service/gpu_control_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gpu_control_service.h b/gpu/command_buffer/service/gpu_control_service.h
index 32016ba..b9e7474 100644
--- a/gpu/command_buffer/service/gpu_control_service.h
+++ b/gpu/command_buffer/service/gpu_control_service.h
@@ -44,6 +44,8 @@ class GPU_EXPORT GpuControlService : public GpuControl {
const base::Closure& callback) OVERRIDE;
virtual void SignalQuery(uint32 query,
const base::Closure& callback) OVERRIDE;
+ virtual void SendManagedMemoryStats(const ManagedMemoryStats& stats)
+ OVERRIDE;
// Register an existing gpu memory buffer and get an ID that can be used
// to identify it in the command buffer.