Index: webkit/tools/pepper_test_plugin/command_buffer_pepper.cc |
=================================================================== |
--- webkit/tools/pepper_test_plugin/command_buffer_pepper.cc (revision 35821) |
+++ webkit/tools/pepper_test_plugin/command_buffer_pepper.cc (working copy) |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
#include "webkit/tools/pepper_test_plugin/command_buffer_pepper.h" |
+#include "base/logging.h" |
using base::SharedMemory; |
using gpu::Buffer; |
@@ -96,12 +97,6 @@ |
return value; |
} |
-void CommandBufferPepper::SetPutOffsetChangeCallback( |
- Callback0::Type* callback) { |
- // Not implemented by proxy. |
- NOTREACHED(); |
-} |
- |
int32 CommandBufferPepper::CreateTransferBuffer(size_t size) { |
int32 id; |
if (NPERR_NO_ERROR != device_->createBuffer(npp_, &context_, size, &id)) |