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

Unified Diff: third_party/npapi/bindings/npapi.h

Issue 453015: Update the Pepper APIs to the latest spec for the 2D demo plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/reference_builds/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/renderer/webplugin_delegate_pepper.cc ('k') | third_party/npapi/bindings/npapi_extensions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/npapi/bindings/npapi.h
===================================================================
--- third_party/npapi/bindings/npapi.h (revision 33478)
+++ third_party/npapi/bindings/npapi.h (working copy)
@@ -741,13 +741,6 @@
#endif /* XP_MACOSX */
-#if !defined(PEPPER_APIS_ENABLED)
-/* Stub typedefs for interfaces requiring Pepper types. */
-typedef int NPRenderType;
-typedef struct _NPRenderContext NPRenderContext;
-typedef struct _NPPepperExtensions NPPepperExtensions;
-#endif /* defined(PEPPER_APIS_ENABLED) */
-
/*
* Values for mode passed to NPP_New:
*/
« no previous file with comments | « chrome/renderer/webplugin_delegate_pepper.cc ('k') | third_party/npapi/bindings/npapi_extensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698