Index: services/ui/public/cpp/lib/command_buffer_client_impl.cc |
diff --git a/services/ui/public/cpp/lib/command_buffer_client_impl.cc b/services/ui/public/cpp/lib/command_buffer_client_impl.cc |
index c4566d5f93515875033b8903e0dfede19d998ae1..3ca099391a1729126ac17b22af753320c5acf533 100644 |
--- a/services/ui/public/cpp/lib/command_buffer_client_impl.cc |
+++ b/services/ui/public/cpp/lib/command_buffer_client_impl.cc |
@@ -255,14 +255,6 @@ int32_t CommandBufferClientImpl::CreateGpuMemoryBufferImage( |
return CreateImage(buffer->AsClientBuffer(), width, height, internalformat); |
} |
-int32_t CommandBufferClientImpl::GetImageGpuMemoryBufferId(unsigned image_id) { |
- // TODO(erikchen): Once this class supports IOSurface GpuMemoryBuffer backed |
- // images, it will also need to keep a local cache from image id to |
- // GpuMemoryBuffer id. |
- NOTIMPLEMENTED(); |
- return -1; |
-} |
- |
void CommandBufferClientImpl::SignalQuery(uint32_t query, |
const base::Closure& callback) { |
// TODO(piman) |