Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: ppapi/c/dev/ppp_zoom_dev.h

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for line-wrap. Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/dev/ppp_widget_dev.h ('k') | ppapi/c/pp_completion_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppp_zoom_dev.h
diff --git a/ppapi/c/dev/ppp_zoom_dev.h b/ppapi/c/dev/ppp_zoom_dev.h
index fabf2a6a954ccb819dea6b36cda921824cf46370..ab196487d47f527c2063f9c4923916b90dcd3cb3 100644
--- a/ppapi/c/dev/ppp_zoom_dev.h
+++ b/ppapi/c/dev/ppp_zoom_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppp_zoom_dev.idl modified Fri Aug 26 15:42:06 2011. */
+/* From dev/ppp_zoom_dev.idl modified Wed Oct 5 14:06:02 2011. */
#ifndef PPAPI_C_DEV_PPP_ZOOM_DEV_H_
#define PPAPI_C_DEV_PPP_ZOOM_DEV_H_
@@ -29,7 +29,7 @@
/**
* Zoom interface should only apply to those full-page "plugin-document".
*/
-struct PPP_Zoom_Dev {
+struct PPP_Zoom_Dev_0_3 {
/**
* Instruct plug-in to zoom according to the given factor and whether the zoom
* only applies to text only. The scale factor is the percentage divided by
@@ -37,6 +37,8 @@ struct PPP_Zoom_Dev {
*/
void (*Zoom)(PP_Instance instance, double factor, PP_Bool text_only);
};
+
+typedef struct PPP_Zoom_Dev_0_3 PPP_Zoom_Dev;
/**
* @}
*/
« no previous file with comments | « ppapi/c/dev/ppp_widget_dev.h ('k') | ppapi/c/pp_completion_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698