| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 214cb97b7ee3c823f27ed4bcb85589811fb15968..fa3e7b7f216b9f031a56efb39ad778466e77bbb8 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -201,7 +201,7 @@ class GpuCommandBufferStub
|
| void OnSetClientHasMemoryAllocationChangedCallback(bool has_callback);
|
|
|
| void OnRegisterGpuMemoryBuffer(int32 id,
|
| - gfx::GpuMemoryBufferHandle gpu_memory_buffer,
|
| + gfx::GpuMemoryBufferHandle handle,
|
| uint32 width,
|
| uint32 height,
|
| uint32 internalformat);
|
|
|