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

Unified Diff: webkit/plugins/ppapi/ppb_pdf.h

Issue 5828003: Move the Pepper implementation from webkit/glue/plugins/pepper_* to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 | « webkit/plugins/ppapi/ppb_open_gl_es_impl.cc ('k') | webkit/plugins/ppapi/ppb_pdf_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_pdf.h
===================================================================
--- webkit/plugins/ppapi/ppb_pdf.h (revision 0)
+++ webkit/plugins/ppapi/ppb_pdf.h (working copy)
@@ -11,7 +11,7 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_var.h"
-#define PPB_PRIVATE_INTERFACE "PPB_Private;1"
+#define PPB_PDF_INTERFACE "PPB_PDF;1"
// From the public PPB_Font_Dev file.
struct PP_FontDescription_Dev;
@@ -81,7 +81,7 @@
int length;
};
-struct PPB_Private {
+struct PPB_PDF {
// Returns a localized string.
PP_Var (*GetLocalizedString)(PP_Module module, PP_ResourceString string_id);
@@ -115,9 +115,9 @@
PP_PrivateFindResult** results,
int* count);
- // Since WebFrame doesn't know about Pepper requests, it'll think the page has
+ // Since WebFrame doesn't know about PPAPI requests, it'll think the page has
// finished loading even if there are outstanding requests by the plugin.
- // Take this out once WebFrame knows about requests by pepper plugins.
+ // Take this out once WebFrame knows about requests by PPAPI plugins.
void (*DidStartLoading)(PP_Instance instance);
void (*DidStopLoading)(PP_Instance instance);
« no previous file with comments | « webkit/plugins/ppapi/ppb_open_gl_es_impl.cc ('k') | webkit/plugins/ppapi/ppb_pdf_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698