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

Unified Diff: ppapi/c/ppb_instance.h

Issue 7748012: Fix incorrect API version information. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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_image_data.h ('k') | ppapi/c/ppb_messaging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_instance.h
===================================================================
--- ppapi/c/ppb_instance.h (revision 98174)
+++ ppapi/c/ppb_instance.h (working copy)
@@ -78,6 +78,13 @@
*/
PP_Bool (*IsFullFrame)(PP_Instance instance);
};
+
+struct PPB_Instance_0_5 {
+ struct PP_Var (*GetWindowObject)(PP_Instance instance);
+ struct PP_Var (*GetOwnerElementObject)(PP_Instance instance);
+ PP_Bool (*BindGraphics)(PP_Instance instance, PP_Resource device);
dmichael (off chromium) 2011/08/30 16:02:37 Please update the IDL to remove the 0.5 version an
+ PP_Bool (*IsFullFrame)(PP_Instance instance);
+};
/**
* @}
*/
« no previous file with comments | « ppapi/c/ppb_image_data.h ('k') | ppapi/c/ppb_messaging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698