From b65968a5d92da36ba794d8a7f890d4a17c96636f Mon Sep 17 00:00:00 2001 From: "sehr@google.com" Date: Sat, 31 Oct 2009 18:27:05 +0000 Subject: 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 --- webkit/glue/webplugin_delegate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit/glue/webplugin_delegate.h') 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; -- cgit v1.1