| 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..eceeee5bff1b3e7e50525563369e01553f6e4061 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]
|
| + PP_Bool SetLayerTransform(
|
| + [in] PP_Resource resource,
|
| + [in] float_t Scale,
|
| + [in] PP_Point Origin,
|
| + [in] PP_Point Transform);
|
| };
|
|
|
|
|