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

Unified Diff: gpu/command_buffer/service/in_process_command_buffer.cc

Issue 215803002: Remove CommandBuffer::GetTransferBuffer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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
Index: gpu/command_buffer/service/in_process_command_buffer.cc
diff --git a/gpu/command_buffer/service/in_process_command_buffer.cc b/gpu/command_buffer/service/in_process_command_buffer.cc
index 97ec15e557ad79a39c4f896042191d40fdcc4cef..71faba607c77c4312655e3dbead04ccfaec2118f 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.cc
+++ b/gpu/command_buffer/service/in_process_command_buffer.cc
@@ -586,11 +586,6 @@ void InProcessCommandBuffer::DestroyTransferBuffer(int32 id) {
QueueTask(task);
}
-scoped_refptr<gpu::Buffer> InProcessCommandBuffer::GetTransferBuffer(int32 id) {
- NOTREACHED();
- return NULL;
-}
-
gpu::Capabilities InProcessCommandBuffer::GetCapabilities() {
return capabilities_;
}
@@ -708,19 +703,6 @@ bool InProcessCommandBuffer::Initialize() {
return false;
}
-void InProcessCommandBuffer::SetGetOffset(int32 get_offset) { NOTREACHED(); }
-
-void InProcessCommandBuffer::SetToken(int32 token) { NOTREACHED(); }
-
-void InProcessCommandBuffer::SetParseError(gpu::error::Error error) {
- NOTREACHED();
-}
-
-void InProcessCommandBuffer::SetContextLostReason(
- gpu::error::ContextLostReason reason) {
- NOTREACHED();
-}
-
namespace {
void PostCallback(const scoped_refptr<base::MessageLoopProxy>& loop,
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.h ('k') | mojo/examples/pepper_container_app/graphics_3d_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698