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

Unified Diff: ppapi/c/dev/ppb_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/ppb_widget_dev.h ('k') | ppapi/c/dev/ppp_printing_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_zoom_dev.h
diff --git a/ppapi/c/dev/ppb_zoom_dev.h b/ppapi/c/dev/ppb_zoom_dev.h
index 299e7e71fd6bd96402ba63d5eab6c93c788b1065..3ef2d4ddd4834eaa74e68c6747659ac87d0c9d6c 100644
--- a/ppapi/c/dev/ppb_zoom_dev.h
+++ b/ppapi/c/dev/ppb_zoom_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_zoom_dev.idl modified Fri Aug 26 15:06:04 2011. */
+/* From dev/ppb_zoom_dev.idl modified Wed Oct 5 14:06:02 2011. */
#ifndef PPAPI_C_DEV_PPB_ZOOM_DEV_H_
#define PPAPI_C_DEV_PPB_ZOOM_DEV_H_
@@ -28,7 +28,7 @@
/**
* Zoom interface should only apply to those full-page "plugin-document".
*/
-struct PPB_Zoom_Dev {
+struct PPB_Zoom_Dev_0_2 {
/**
* Informs the browser about the new zoom factor for the plugin (see
* ppp_zoom_dev.h for a description of zoom factor). The plugin should only
@@ -44,6 +44,8 @@ struct PPB_Zoom_Dev {
double minimum_factor,
double maximium_factor);
};
+
+typedef struct PPB_Zoom_Dev_0_2 PPB_Zoom_Dev;
/**
* @}
*/
« no previous file with comments | « ppapi/c/dev/ppb_widget_dev.h ('k') | ppapi/c/dev/ppp_printing_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698