| Index: gpu/ipc/client/command_buffer_proxy_impl.h
|
| diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| index ea8f8bfcaeba32429ac28cd63f2bff9f9364652d..5a7199b41babac76f5a9ecc1b906ebf819e8dd5b 100644
|
| --- a/gpu/ipc/client/command_buffer_proxy_impl.h
|
| +++ b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| @@ -112,10 +112,6 @@ class GPU_EXPORT CommandBufferProxyImpl
|
| size_t height,
|
| unsigned internal_format) override;
|
| void DestroyImage(int32_t id) override;
|
| - int32_t CreateGpuMemoryBufferImage(size_t width,
|
| - size_t height,
|
| - unsigned internal_format,
|
| - unsigned usage) override;
|
| void SignalQuery(uint32_t query, const base::Closure& callback) override;
|
| void SetLock(base::Lock* lock) override;
|
| void EnsureWorkVisible() override;
|
|
|