| Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| index e9faba87f65a0b47506ee23981aea301e430eb07..02a5048d27f1a530c65df9b3a315ac22afda21f3 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc
|
| @@ -120,19 +120,6 @@
|
| }
|
|
|
| // static
|
| -bool GpuMemoryBufferImplSharedMemory::IsUsageSupported(Usage usage) {
|
| - switch (usage) {
|
| - case MAP:
|
| - case PERSISTENT_MAP:
|
| - return true;
|
| - case SCANOUT:
|
| - return false;
|
| - }
|
| - NOTREACHED();
|
| - return false;
|
| -}
|
| -
|
| -// static
|
| bool GpuMemoryBufferImplSharedMemory::IsSizeValidForFormat(
|
| const gfx::Size& size,
|
| Format format) {
|
|
|