summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpu/pgl/command_buffer_pepper.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/gpu/pgl/command_buffer_pepper.cc b/gpu/pgl/command_buffer_pepper.cc
index dfb204a..0025803 100644
--- a/gpu/pgl/command_buffer_pepper.cc
+++ b/gpu/pgl/command_buffer_pepper.cc
@@ -4,7 +4,6 @@
#include "gpu/pgl/command_buffer_pepper.h"
-#include "base/logging.h"
#include "gpu/command_buffer/common/logging.h"
using base::SharedMemory;
@@ -24,7 +23,7 @@ CommandBufferPepper::~CommandBufferPepper() {
// Not implemented in CommandBufferPepper.
bool CommandBufferPepper::Initialize(int32 size) {
- NOTREACHED();
+ GPU_NOTREACHED();
return false;
}
@@ -128,7 +127,7 @@ CommandBuffer::State CommandBufferPepper::Flush(int32 put_offset) {
void CommandBufferPepper::SetGetOffset(int32 get_offset) {
// Not implemented by proxy.
- NOTREACHED();
+ GPU_NOTREACHED();
}
int32 CommandBufferPepper::CreateTransferBuffer(size_t size) {
@@ -156,13 +155,13 @@ Buffer CommandBufferPepper::GetTransferBuffer(int32 id) {
void CommandBufferPepper::SetToken(int32 token) {
// Not implemented by proxy.
- NOTREACHED();
+ GPU_NOTREACHED();
}
void CommandBufferPepper::SetParseError(
gpu::error::Error error) {
// Not implemented by proxy.
- NOTREACHED();
+ GPU_NOTREACHED();
}
gpu::error::Error CommandBufferPepper::GetCachedError() {