diff options
Diffstat (limited to 'gpu/command_buffer/service/gpu_control_service.h')
-rw-r--r-- | gpu/command_buffer/service/gpu_control_service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gpu_control_service.h b/gpu/command_buffer/service/gpu_control_service.h index 3764ad4..9e36f15 100644 --- a/gpu/command_buffer/service/gpu_control_service.h +++ b/gpu/command_buffer/service/gpu_control_service.h @@ -49,6 +49,7 @@ class GPU_EXPORT GpuControlService : public GpuControl { virtual void SendManagedMemoryStats(const ManagedMemoryStats& stats) OVERRIDE; virtual void Echo(const base::Closure& callback) OVERRIDE; + virtual uint32 CreateStreamTexture(uint32 texture_id) OVERRIDE; // Register an existing gpu memory buffer and get an ID that can be used // to identify it in the command buffer. |