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

Unified Diff: gpu/pgl/command_buffer_pepper.cc

Issue 552024: Change some paths, include files to make the sources build on Native Client.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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
« no previous file with comments | « gpu/pgl/command_buffer_pepper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/pgl/command_buffer_pepper.cc
===================================================================
--- gpu/pgl/command_buffer_pepper.cc (revision 36447)
+++ gpu/pgl/command_buffer_pepper.cc (working copy)
@@ -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;
« no previous file with comments | « gpu/pgl/command_buffer_pepper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698