diff options
Diffstat (limited to 'gpu/pgl/command_buffer_pepper.cc')
-rw-r--r-- | gpu/pgl/command_buffer_pepper.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gpu/pgl/command_buffer_pepper.cc b/gpu/pgl/command_buffer_pepper.cc index e4b6ce8..c508b53 100644 --- a/gpu/pgl/command_buffer_pepper.cc +++ b/gpu/pgl/command_buffer_pepper.cc @@ -27,6 +27,11 @@ bool CommandBufferPepper::Initialize(int32 size) { return false; } +bool CommandBufferPepper::Initialize(base::SharedMemory* buffer, int32 size) { + GPU_NOTREACHED(); + return false; +} + Buffer CommandBufferPepper::GetRingBuffer() { Buffer buffer; #if defined(ENABLE_NEW_NPDEVICE_API) |