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

Unified Diff: ppapi/c/ppb_view.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/ppb_var.h ('k') | ppapi/c/ppp_input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_view.h
diff --git a/ppapi/c/ppb_view.h b/ppapi/c/ppb_view.h
index 5c7f5dbdd84c87228b3eac13b5deadaebd4b4077..4b64b073a702a45205110abb91db77a341e2a30d 100644
--- a/ppapi/c/ppb_view.h
+++ b/ppapi/c/ppb_view.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_view.idl modified Thu Dec 15 10:22:28 2011. */
+/* From ppb_view.idl modified Wed Jan 4 04:40:12 2012. */
#ifndef PPAPI_C_PPB_VIEW_H_
#define PPAPI_C_PPB_VIEW_H_
@@ -37,7 +37,7 @@
* <code>PPB_View</code> objects so you will receive new view information via
* <code>PPP_Instance.DidChangeView</code>.
*/
-struct PPB_View {
+struct PPB_View_1_0 {
/**
* <code>IsView()</code> determines if the given resource is a valid
* <code>PPB_View</code> resource. Note that <code>PPB_ViewChanged</code>
@@ -146,6 +146,8 @@ struct PPB_View {
*/
PP_Bool (*GetClipRect)(PP_Resource resource, struct PP_Rect* clip);
};
+
+typedef struct PPB_View_1_0 PPB_View;
/**
* @}
*/
« no previous file with comments | « ppapi/c/ppb_var.h ('k') | ppapi/c/ppp_input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698