| Index: content/common/gpu/client/gpu_memory_buffer_impl.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl.cc b/content/common/gpu/client/gpu_memory_buffer_impl.cc
|
| index 53b9b2956c92d1efa44b4ae50550d2069756cdb9..3cdbe86f6cd1d721b2fe9fb78240b4bf746e573c 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl.cc
|
| @@ -135,7 +135,6 @@ bool GpuMemoryBufferImpl::StrideInBytes(size_t width,
|
| *stride_in_bytes = width / SubsamplingFactor(format, plane);
|
| return true;
|
| }
|
| -
|
| NOTREACHED();
|
| return false;
|
| }
|
|
|