Index: third_party/npapi/bindings/npapi.h |
=================================================================== |
--- third_party/npapi/bindings/npapi.h (revision 29377) |
+++ third_party/npapi/bindings/npapi.h (working copy) |
@@ -747,6 +747,10 @@ |
#endif /* XP_MACOSX */ |
+/* Stub typedefs for interfaces requiring Pepper types. */ |
+typedef int NPRenderType; |
+typedef struct _NPRenderContext NPRenderContext; |
+ |
#else // defined(PEPPER_APIS_ENABLED) |
typedef enum { |
NPMouseButton_None = -1, |