summaryrefslogtreecommitdiffstats
path: root/gpu/pgl/command_buffer_pepper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/pgl/command_buffer_pepper.cc')
-rw-r--r--gpu/pgl/command_buffer_pepper.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/gpu/pgl/command_buffer_pepper.cc b/gpu/pgl/command_buffer_pepper.cc
index 4a94b9c..6765f1e 100644
--- a/gpu/pgl/command_buffer_pepper.cc
+++ b/gpu/pgl/command_buffer_pepper.cc
@@ -2,15 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "gpu/command_buffer/common/constants.h"
#include "gpu/pgl/command_buffer_pepper.h"
-#ifdef __native_client__
-#include <assert.h>
-#define NOTREACHED() assert(0)
-#else
-#include "base/logging.h"
-#endif // __native_client__
+#include "gpu/command_buffer/common/logging.h"
using base::SharedMemory;
using gpu::Buffer;