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 10142f2cce05ebe9d82a613c682c544a6ebae526..51b2c1a946cacd0ff3462bee0e448a1b6fcbc2e9 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -198,12 +198,12 @@ class GpuCommandBufferStub |
void OnSetClientHasMemoryAllocationChangedCallback(bool has_callback); |
- void OnRegisterGpuMemoryBuffer(int32 id, |
- gfx::GpuMemoryBufferHandle handle, |
- uint32 width, |
- uint32 height, |
- uint32 internalformat); |
- void OnUnregisterGpuMemoryBuffer(int32 id); |
+ void OnCreateImage(int32 id, |
+ gfx::GpuMemoryBufferHandle handle, |
+ gfx::Size size, |
+ gfx::GpuMemoryBuffer::Format format, |
+ uint32 internalformat); |
+ void OnDestroyImage(int32 id); |
void OnCommandProcessed(); |
void OnParseError(); |