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

Unified Diff: gpu/pgl/command_buffer_pepper.h

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 | « no previous file | gpu/pgl/command_buffer_pepper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/pgl/command_buffer_pepper.h
===================================================================
--- gpu/pgl/command_buffer_pepper.h (revision 36447)
+++ gpu/pgl/command_buffer_pepper.h (working copy)
@@ -8,7 +8,12 @@
#include "gpu/command_buffer/common/command_buffer.h"
#include "third_party/npapi/bindings/npapi.h"
#include "third_party/npapi/bindings/npruntime.h"
+#include "third_party/npapi/bindings/npapi_extensions.h"
+#ifdef __native_client__
+#include "native_client/src/third_party/npapi/files/include/npupp.h"
+#else
#include "webkit/glue/plugins/nphostapi.h"
+#endif // __native_client__
// A CommandBuffer proxy implementation that uses the Pepper API to access
// the command buffer.
@@ -45,5 +50,3 @@
};
#endif // GPU_PGL_COMMAND_BUFFER_PEPPER_H
-
-
« no previous file with comments | « no previous file | gpu/pgl/command_buffer_pepper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698