summaryrefslogtreecommitdiffstats
path: root/ppapi/c
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c')
-rw-r--r--ppapi/c/private/ppb_pdf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ppapi/c/private/ppb_pdf.h b/ppapi/c/private/ppb_pdf.h
index c0b570b..fdd62fe 100644
--- a/ppapi/c/private/ppb_pdf.h
+++ b/ppapi/c/private/ppb_pdf.h
@@ -158,11 +158,11 @@ struct PPB_PDF {
float scale);
// Invoke password dialog for plugin.
- struct PP_Var (*ModalPromptForPassword)(PP_Instance instance,
- struct PP_Var message);
+ struct PP_Var (*ModalPromptForPassword)(PP_Instance instance,
+ struct PP_Var message);
- // Returns PP_TRUE if the plugin is out of process.
- PP_Bool(*IsOutOfProcess)(PP_Instance instance);
+ // Returns PP_TRUE if the plugin is out of process.
+ PP_Bool (*IsOutOfProcess)(PP_Instance instance);
// Sets the selected text of the plugin.
void(*SetSelectedText)(PP_Instance instance, const char* selected_text);