Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ppapi / c / private / ppb_pdf.h
index c0b570b..fdd62fe 100644 (file)
@@ -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);