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 7db3a051eec34152de477c8efebebe5b1ae2bfff..6454a51743104490fdbbc98826430f5bfa494ccb 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -196,12 +196,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(); |