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. |