Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: webkit/tools/pepper_test_plugin/command_buffer_pepper.cc

Issue 527009: Removing the dependency of command-buffer client on base/task.h. This file in... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/pepper_test_plugin/command_buffer_pepper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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))
« no previous file with comments | « webkit/tools/pepper_test_plugin/command_buffer_pepper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698