| Index: content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc b/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc
|
| index 45292cf7cc9cd1794962d8ab01359273eb4b7bf1..b2bf0bedd6bd5d687129d53e422c6e35f8c1b83b 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_io_surface.cc
|
| @@ -17,7 +17,6 @@ uint32_t LockFlags(gfx::GpuMemoryBuffer::Usage usage) {
|
| case gfx::GpuMemoryBuffer::PERSISTENT_MAP:
|
| return 0;
|
| case gfx::GpuMemoryBuffer::SCANOUT:
|
| - NOTREACHED();
|
| return 0;
|
| }
|
| NOTREACHED();
|
|
|