| Index: ppapi/c/dev/ppb_zoom_dev.h
|
| ===================================================================
|
| --- ppapi/c/dev/ppb_zoom_dev.h (revision 83048)
|
| +++ ppapi/c/dev/ppb_zoom_dev.h (working copy)
|
| @@ -8,7 +8,8 @@
|
| #include "ppapi/c/pp_instance.h"
|
|
|
| // Zoom interface should only apply to those full-page "plugin-document".
|
| -#define PPB_ZOOM_DEV_INTERFACE "PPB_Zoom(Dev);0.2"
|
| +#define PPB_ZOOM_DEV_INTERFACE_0_2 "PPB_Zoom(Dev);0.2"
|
| +#define PPB_ZOOM_DEV_INTERFACE PPB_ZOOM_DEV_INTERFACE_0_2
|
|
|
| struct PPB_Zoom_Dev {
|
| // Informs the browser about the new zoom factor for the plugin (see
|
|
|