Chromium Code Reviews| Index: ppapi/api/ppb_graphics_2d.idl |
| diff --git a/ppapi/api/ppb_graphics_2d.idl b/ppapi/api/ppb_graphics_2d.idl |
| index 56450f0c29d51ece6b0fb920c95aa067bb2febd5..c2607cc55eb094bfea851e79ebe54d1e7b02ae1c 100644 |
| --- a/ppapi/api/ppb_graphics_2d.idl |
| +++ b/ppapi/api/ppb_graphics_2d.idl |
| @@ -281,6 +281,11 @@ interface PPB_Graphics2D { |
| [version=1.1] |
| float_t GetScale( |
| [in] PP_Resource resource); |
| - |
| + [version=1.1] |
|
piman
2016/04/14 23:11:35
We need to rev the version (see at the top of the
alessandroa
2016/04/21 15:39:22
I was suspecting this :)
|
| + PP_Bool SetLayerTransform( |
| + [in] PP_Resource resource, |
| + [in] float_t scale, |
| + [in] PP_Point origin, |
| + [in] PP_Point translate); |
| }; |