| 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 07a0110abda987cd32af7d8fe5abe3b22b6de79c..52cb5d7716d085c94841289cd837673ee59aaa23 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
|
| uint32 width,
|
| uint32 height,
|
| uint32 internalformat);
|
| - void OnDestroyGpuMemoryBuffer(int32 id);
|
| + void OnUnregisterGpuMemoryBuffer(int32 id);
|
|
|
| void OnCommandProcessed();
|
| void OnParseError();
|
|
|