| Index: gpu/ipc/service/gpu_command_buffer_stub.cc
|
| diff --git a/gpu/ipc/service/gpu_command_buffer_stub.cc b/gpu/ipc/service/gpu_command_buffer_stub.cc
|
| index cd77436ff3b4c3c66cdbd44315e7b0a37d339949..c30df4b4c2cbe52805f1dfdc5f8bc5037deabf82 100644
|
| --- a/gpu/ipc/service/gpu_command_buffer_stub.cc
|
| +++ b/gpu/ipc/service/gpu_command_buffer_stub.cc
|
| @@ -1132,8 +1132,8 @@ void GpuCommandBufferStub::OnCreateImage(
|
| return;
|
| }
|
|
|
| - if (!gpu::IsGpuMemoryBufferFormatSupported(format,
|
| - decoder_->GetCapabilities())) {
|
| + if (!gpu::IsImageFromGpuMemoryBufferFormatSupported(
|
| + format, decoder_->GetCapabilities())) {
|
| LOG(ERROR) << "Format is not supported.";
|
| return;
|
| }
|
|
|