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

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

Issue 6893022: Add version-specific defines for each C interface. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
Index: ppapi/c/dev/ppb_font_list_dev.h
===================================================================
--- ppapi/c/dev/ppb_font_list_dev.h (revision 82872)
+++ ppapi/c/dev/ppb_font_list_dev.h (working copy)
@@ -10,7 +10,8 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_var.h"
-#define PPB_FONT_LIST_DEV_INTERFACE "PPB_FontList(Dev);0.1"
+#define PPB_FONT_LIST_DEV_INTERFACE_0_1 "PPB_FontList(Dev);0.1"
+#define PPB_FONT_LIST_DEV_INTERFACE PPB_FONT_LIST_DEV_INTERFACE_0_1
struct PPB_FontList_Dev {
/* Creates a font list resource. By default, the list will be empty, you must

Powered by Google App Engine
This is Rietveld 408576698