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

Unified Diff: ppapi/api/ppb_graphics_2d.idl

Issue 14335005: Pepper: Autogenerate thunk for PPB_Graphics2D. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased (file deletions in another commit) Created 7 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
« no previous file with comments | « ppapi/api/dev/ppb_graphics_2d_dev.idl ('k') | ppapi/c/ppb_graphics_2d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_graphics_2d.idl
diff --git a/ppapi/api/ppb_graphics_2d.idl b/ppapi/api/ppb_graphics_2d.idl
index f9b420d574073e6265ca9a6112c3afbac8a1d577..56450f0c29d51ece6b0fb920c95aa067bb2febd5 100644
--- a/ppapi/api/ppb_graphics_2d.idl
+++ b/ppapi/api/ppb_graphics_2d.idl
@@ -8,6 +8,8 @@
* context within the browser.
*/
+[generate_thunk]
+
label Chrome {
M14 = 1.0,
M27 = 1.1
@@ -71,10 +73,11 @@ interface PPB_Graphics2D {
* the resource is invalid. The output parameters will be set to 0 on a
* <code>PP_FALSE</code>.
*/
+ [always_set_output_parameters]
PP_Bool Describe(
[in] PP_Resource graphics_2d,
[out] PP_Size size,
- [out] PP_Bool is_always_opqaue);
+ [out] PP_Bool is_always_opaque);
/**
* PaintImageData() enqueues a paint of the given image into the context.
« no previous file with comments | « ppapi/api/dev/ppb_graphics_2d_dev.idl ('k') | ppapi/c/ppb_graphics_2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698