summaryrefslogtreecommitdiffstats
path: root/gpu/pgl/command_buffer_pepper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/pgl/command_buffer_pepper.h')
-rw-r--r--gpu/pgl/command_buffer_pepper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/pgl/command_buffer_pepper.h b/gpu/pgl/command_buffer_pepper.h
index fe80625..902db36 100644
--- a/gpu/pgl/command_buffer_pepper.h
+++ b/gpu/pgl/command_buffer_pepper.h
@@ -35,6 +35,8 @@ class CommandBufferPepper : public gpu::CommandBuffer {
virtual int32 CreateTransferBuffer(size_t size);
virtual void DestroyTransferBuffer(int32 id);
virtual gpu::Buffer GetTransferBuffer(int32 handle);
+ virtual int32 RegisterTransferBuffer(base::SharedMemory* shared_memory,
+ size_t size);
virtual void SetToken(int32 token);
virtual void SetParseError(gpu::error::Error error);