diff options
Diffstat (limited to 'gpu/command_buffer/service/gpu_control_service.cc')
-rw-r--r-- | gpu/command_buffer/service/gpu_control_service.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/gpu_control_service.cc b/gpu/command_buffer/service/gpu_control_service.cc index 7c0eb8c..013c06a 100644 --- a/gpu/command_buffer/service/gpu_control_service.cc +++ b/gpu/command_buffer/service/gpu_control_service.cc @@ -105,6 +105,11 @@ void GpuControlService::Echo(const base::Closure& callback) { NOTREACHED(); } +uint32 GpuControlService::CreateStreamTexture(uint32 texture_id) { + NOTREACHED(); + return 0; +} + bool GpuControlService::RegisterGpuMemoryBuffer( int32 id, gfx::GpuMemoryBufferHandle buffer, |