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

Unified Diff: gpu/pgl/command_buffer_pepper.h

Issue 1000001: Remove redundant nphostapi.h from webkit/glue/plugins, update source files as... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/gpu_plugin/gpu_plugin.cc ('k') | webkit/glue/plugins/nphostapi.h » ('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 41588)
+++ gpu/pgl/command_buffer_pepper.h (working copy)
@@ -12,7 +12,7 @@
#ifdef __native_client__
#include "native_client/src/third_party/npapi/files/include/npupp.h"
#else
-#include "webkit/glue/plugins/nphostapi.h"
+#include "third_party/npapi/bindings/nphostapi.h"
#endif // __native_client__
// A CommandBuffer proxy implementation that uses the Pepper API to access
« no previous file with comments | « gpu/gpu_plugin/gpu_plugin.cc ('k') | webkit/glue/plugins/nphostapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698