| Index: gpu/command_buffer/tests/texture_image_factory.cc
|
| diff --git a/gpu/command_buffer/tests/texture_image_factory.cc b/gpu/command_buffer/tests/texture_image_factory.cc
|
| index d34e5e3e8d8c199c019547f32b0c1caac15cc245..a06264c8ef752611b5d21155ea676ed2e933f1c5 100644
|
| --- a/gpu/command_buffer/tests/texture_image_factory.cc
|
| +++ b/gpu/command_buffer/tests/texture_image_factory.cc
|
| @@ -55,7 +55,8 @@ scoped_refptr<gl::GLImage> TextureImageFactory::CreateImageForGpuMemoryBuffer(
|
| const gfx::Size& size,
|
| gfx::BufferFormat format,
|
| unsigned internalformat,
|
| - int client_id) {
|
| + int client_id,
|
| + SurfaceHandle surface_handle) {
|
| return nullptr;
|
| }
|
|
|
|
|