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

Unified Diff: ppapi/c/dev/ppb_font_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_find_dev.h ('k') | ppapi/c/dev/ppb_fullscreen_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_font_dev.h
diff --git a/ppapi/c/dev/ppb_font_dev.h b/ppapi/c/dev/ppb_font_dev.h
index da5b4c4a748c5ac1d5b8cd00035f9c33bd0632a9..2b3d253f0097811cfe05917c646fe3cba871e31e 100644
--- a/ppapi/c/dev/ppb_font_dev.h
+++ b/ppapi/c/dev/ppb_font_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_font_dev.idl modified Wed Oct 5 19:40:26 2011. */
+/* From dev/ppb_font_dev.idl modified Tue Oct 11 10:01:39 2011. */
#ifndef PPAPI_C_DEV_PPB_FONT_DEV_H_
#define PPAPI_C_DEV_PPB_FONT_DEV_H_
@@ -158,7 +158,7 @@ PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_TextRun_Dev, 24);
* @addtogroup Interfaces
* @{
*/
-struct PPB_Font_Dev {
+struct PPB_Font_Dev_0_6 {
/**
* Returns a list of all available font families on the system. You can use
* this list to decide whether to Create() a font.
@@ -252,6 +252,8 @@ struct PPB_Font_Dev {
const struct PP_TextRun_Dev* text,
uint32_t char_offset);
};
+
+typedef struct PPB_Font_Dev_0_6 PPB_Font_Dev;
/**
* @}
*/
« no previous file with comments | « ppapi/c/dev/ppb_find_dev.h ('k') | ppapi/c/dev/ppb_fullscreen_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698