diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-31 18:27:05 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-31 18:27:05 +0000 |
commit | b65968a5d92da36ba794d8a7f890d4a17c96636f (patch) | |
tree | bc79a327a181d7246a12a1202595f142239869f8 /webkit/glue/webplugin_delegate.h | |
parent | 3b9b059c7f1dbcd56384113c18a7180ff2da9636 (diff) | |
download | chromium_src-b65968a5d92da36ba794d8a7f890d4a17c96636f.zip chromium_src-b65968a5d92da36ba794d8a7f890d4a17c96636f.tar.gz chromium_src-b65968a5d92da36ba794d8a7f890d4a17c96636f.tar.bz2 |
To facilitate apatrick's work on the 3D renderer for Pepper,
I am splitting out the pepper-specific portions of npapi.h.
This is because his code currently relies on a version
of npapi.h different from third_party\npapi\bindings.
Review URL: http://codereview.chromium.org/343069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin_delegate.h')
-rw-r--r-- | webkit/glue/webplugin_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webplugin_delegate.h b/webkit/glue/webplugin_delegate.h index 016f699..a2df27f 100644 --- a/webkit/glue/webplugin_delegate.h +++ b/webkit/glue/webplugin_delegate.h @@ -12,6 +12,7 @@ #include "base/string16.h" #include "build/build_config.h" #include "third_party/npapi/bindings/npapi.h" +#include "webkit/glue/pepper/pepper.h" #include "webkit/api/public/WebCanvas.h" class FilePath; |