| Index: components/view_manager/gles2/mojo_gpu_memory_buffer.cc
|
| diff --git a/components/view_manager/gles2/mojo_gpu_memory_buffer.cc b/components/view_manager/gles2/mojo_gpu_memory_buffer.cc
|
| index 5f6a286445c21e60ad4b22f6db6fe59d49b6d5b6..0efa398ee49c7c51dc49783b42d519e5e40b4f80 100644
|
| --- a/components/view_manager/gles2/mojo_gpu_memory_buffer.cc
|
| +++ b/components/view_manager/gles2/mojo_gpu_memory_buffer.cc
|
| @@ -152,7 +152,7 @@ void MojoGpuMemoryBufferImpl::GetStride(int* stride) const {
|
| }
|
|
|
| gfx::GpuMemoryBufferId MojoGpuMemoryBufferImpl::GetId() const {
|
| - return 0;
|
| + return gfx::GpuMemoryBufferId(0);
|
| }
|
|
|
| gfx::GpuMemoryBufferHandle MojoGpuMemoryBufferImpl::GetHandle() const {
|
|
|