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

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

Issue 6899055: PPAPI: Force async callback invocation option. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 89082)
+++ ppapi/c/dev/ppb_font_list_dev.h (working copy)
@@ -10,8 +10,8 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_var.h"
-#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
+#define PPB_FONT_LIST_DEV_INTERFACE_0_2 "PPB_FontList(Dev);0.2"
+#define PPB_FONT_LIST_DEV_INTERFACE PPB_FONT_LIST_DEV_INTERFACE_0_2
struct PPB_FontList_Dev {
/* Creates a font list resource. By default, the list will be empty, you must
@@ -43,4 +43,3 @@
};
#endif /* PPAPI_C_DEV_PPB_FONT_LIST_DEV_H_ */
-

Powered by Google App Engine
This is Rietveld 408576698