summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/in_process_command_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/in_process_command_buffer.cc')
-rw-r--r--gpu/command_buffer/service/in_process_command_buffer.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/gpu/command_buffer/service/in_process_command_buffer.cc b/gpu/command_buffer/service/in_process_command_buffer.cc
index ccc5111..df7923c 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.cc
+++ b/gpu/command_buffer/service/in_process_command_buffer.cc
@@ -823,25 +823,6 @@ int32_t InProcessCommandBuffer::CreateGpuMemoryBufferImage(
return CreateImage(buffer->AsClientBuffer(), width, height, internalformat);
}
-uint32_t InProcessCommandBuffer::InsertSyncPoint() {
- NOTREACHED();
- return 0;
-}
-
-uint32_t InProcessCommandBuffer::InsertFutureSyncPoint() {
- NOTREACHED();
- return 0;
-}
-
-void InProcessCommandBuffer::RetireSyncPoint(uint32_t sync_point) {
- NOTREACHED();
-}
-
-void InProcessCommandBuffer::SignalSyncPoint(unsigned sync_point,
- const base::Closure& callback) {
- NOTREACHED();
-}
-
void InProcessCommandBuffer::FenceSyncReleaseOnGpuThread(uint64_t release) {
DCHECK(!sync_point_client_->client_state()->IsFenceSyncReleased(release));
gles2::MailboxManager* mailbox_manager =