diff options
author | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 21:20:23 +0000 |
---|---|---|
committer | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 21:20:23 +0000 |
commit | 1d3afeaeea04c5545883ce9bfd47b5686d41b73f (patch) | |
tree | b92b4ab943973edcf4ccddeacd85b4895e3bc476 /gpu/pgl | |
parent | e00e18af2f61e8eec071778f66ef15e8bf671d42 (diff) | |
download | chromium_src-1d3afeaeea04c5545883ce9bfd47b5686d41b73f.zip chromium_src-1d3afeaeea04c5545883ce9bfd47b5686d41b73f.tar.gz chromium_src-1d3afeaeea04c5545883ce9bfd47b5686d41b73f.tar.bz2 |
Remove redundant nphostapi.h from webkit/glue/plugins, update source files as
needed.
Note that this change is required for the Native Client SDK, because
comman_buffer_pepper.h erroneously references nphostpis.h from webkit/glue.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1000001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/pgl')
-rw-r--r-- | gpu/pgl/command_buffer_pepper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/pgl/command_buffer_pepper.h b/gpu/pgl/command_buffer_pepper.h index 3719e39..e75d7bf 100644 --- a/gpu/pgl/command_buffer_pepper.h +++ b/gpu/pgl/command_buffer_pepper.h @@ -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 |