diff options
Diffstat (limited to 'ppapi/c/dev/ppp_widget_dev.h')
-rw-r--r-- | ppapi/c/dev/ppp_widget_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/dev/ppp_widget_dev.h b/ppapi/c/dev/ppp_widget_dev.h index 8d392da..4185551 100644 --- a/ppapi/c/dev/ppp_widget_dev.h +++ b/ppapi/c/dev/ppp_widget_dev.h @@ -10,7 +10,7 @@ #include "ppapi/c/pp_rect.h" // Interface for the plugin to implement when using a widget. -#define PPP_WIDGET_DEV_INTERFACE "PPP_Widget(Dev);0.1" +#define PPP_WIDGET_DEV_INTERFACE "PPP_Widget(Dev);0.2" struct PPP_Widget_Dev { // Informs the instance that the given rectangle needs to be repainted. |