| 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 ce526a6be234a17a0113ded4fb0d00f6f14a3624..97d6b734ee66fc54214e9aa17e7d6bc3afd42ccc 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,6 +31,7 @@ class GpuMemoryBufferImplSharedMemory : public GpuMemoryBufferImpl {
|
| const DestructionCallback& callback);
|
|
|
| static bool IsFormatSupported(Format format);
|
| + static bool IsUsageSupported(Usage usage);
|
| static bool IsSizeValidForFormat(const gfx::Size& size, Format format);
|
|
|
| // Overridden from gfx::GpuMemoryBuffer:
|
|
|