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.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gpu/pgl/command_buffer_pepper.cc b/gpu/pgl/command_buffer_pepper.cc
index 3ee5406..9dd3c70 100644
--- a/gpu/pgl/command_buffer_pepper.cc
+++ b/gpu/pgl/command_buffer_pepper.cc
@@ -3,7 +3,12 @@
// found in the LICENSE file.
#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__
using base::SharedMemory;
using gpu::Buffer;