| Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h | 
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h | 
| index d84d031b8712dac4dd6f71f2d08b9c094aa8fcee..c8b4967b01a0955cbc03e51687f26838f4850b37 100644 | 
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h | 
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h | 
| @@ -31,10 +31,6 @@ class GpuMemoryBufferImplSharedMemory : public GpuMemoryBufferImpl { | 
|  | 
| static bool IsFormatSupported(Format format); | 
| static bool IsUsageSupported(Usage usage); | 
| -  static bool IsLayoutSupported(const gfx::Size& size, Format format); | 
| -  static bool IsConfigurationSupported(const gfx::Size& size, | 
| -                                       Format format, | 
| -                                       Usage usage); | 
|  | 
| // Overridden from gfx::GpuMemoryBuffer: | 
| void* Map() override; | 
|  |