| Index: ppapi/c/dev/ppb_file_chooser_dev.h
|
| diff --git a/ppapi/c/dev/ppb_file_chooser_dev.h b/ppapi/c/dev/ppb_file_chooser_dev.h
|
| index a2f575dca55b8a88835618d7e0edd31ec02cdd8c..33f652a86b4ce26b60202959c88599d5a90e8d87 100644
|
| --- a/ppapi/c/dev/ppb_file_chooser_dev.h
|
| +++ b/ppapi/c/dev/ppb_file_chooser_dev.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppb_file_chooser_dev.idl modified Fri Nov 11 20:18:10 2011. */
|
| +/* From dev/ppb_file_chooser_dev.idl modified Mon Nov 14 10:36:01 2011. */
|
|
|
| #ifndef PPAPI_C_DEV_PPB_FILE_CHOOSER_DEV_H_
|
| #define PPAPI_C_DEV_PPB_FILE_CHOOSER_DEV_H_
|
| @@ -52,7 +52,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FileChooserMode_Dev, 4);
|
| * @addtogroup Interfaces
|
| * @{
|
| */
|
| -struct PPB_FileChooser_Dev {
|
| +struct PPB_FileChooser_Dev_0_5 {
|
| /**
|
| * This function creates a file chooser dialog resource. The chooser is
|
| * associated with a particular instance, so that it may be positioned on the
|
| @@ -115,6 +115,8 @@ struct PPB_FileChooser_Dev {
|
| */
|
| PP_Resource (*GetNextChosenFile)(PP_Resource chooser);
|
| };
|
| +
|
| +typedef struct PPB_FileChooser_Dev_0_5 PPB_FileChooser_Dev;
|
| /**
|
| * @}
|
| */
|
|
|