| Index: content/browser/gpu/browser_gpu_channel_host_factory.h
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.h b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| index 2ec3d5315a49ae50e033c46e6ce5f4436bdf8f35..a7c1b57059478fea9cb2634de32ad88028f66b39 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| @@ -38,6 +38,8 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory
|
| size_t height,
|
| unsigned internalformat,
|
| unsigned usage) OVERRIDE;
|
| + virtual void DeleteGpuMemoryBuffer(
|
| + scoped_ptr<gfx::GpuMemoryBuffer> buffer) OVERRIDE {}
|
|
|
| // GpuMemoryBufferFactoryHost implementation.
|
| virtual void CreateGpuMemoryBuffer(
|
|
|