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

Unified Diff: ppapi/c/dev/ppb_layer_compositor_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_ime_input_event_dev.h ('k') | ppapi/c/dev/ppb_memory_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_layer_compositor_dev.h
diff --git a/ppapi/c/dev/ppb_layer_compositor_dev.h b/ppapi/c/dev/ppb_layer_compositor_dev.h
index 1d3ee371cab556d603585776e8827dd5923afe87..03bf1bf570286e5812977e39895cbf0f2f76d24a 100644
--- a/ppapi/c/dev/ppb_layer_compositor_dev.h
+++ b/ppapi/c/dev/ppb_layer_compositor_dev.h
@@ -23,7 +23,7 @@
//
// This also allows each layer to be updated seperately to avoid excessive
// compositing.
-struct PPB_LayerCompositor_Dev {
+struct PPB_LayerCompositor_Dev_0_2 {
// Creates a video layer.
PP_Resource (*Create)(PP_Instance instance);
@@ -75,4 +75,6 @@ struct PPB_LayerCompositor_Dev {
struct PP_CompletionCallback callback);
};
+typedef struct PPB_LayerCompositor_Dev_0_2 PPB_LayerCompositor_Dev;
+
#endif /* PPAPI_C_DEV_PPB_LAYER_COMPOSITOR_DEV_H_ */
« no previous file with comments | « ppapi/c/dev/ppb_ime_input_event_dev.h ('k') | ppapi/c/dev/ppb_memory_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698