| Index: ppapi/c/ppb_graphics_2d.h
|
| diff --git a/ppapi/c/ppb_graphics_2d.h b/ppapi/c/ppb_graphics_2d.h
|
| index 251f34e33c2eb3546e523bf28f17ab28b1272aad..aa9a34210841726eb8b67261385bebdef4aaa051 100644
|
| --- a/ppapi/c/ppb_graphics_2d.h
|
| +++ b/ppapi/c/ppb_graphics_2d.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From ppb_graphics_2d.idl modified Fri Apr 26 08:49:08 2013. */
|
| +/* From ppb_graphics_2d.idl modified Mon Apr 11 14:10:05 2016. */
|
|
|
| #ifndef PPAPI_C_PPB_GRAPHICS_2D_H_
|
| #define PPAPI_C_PPB_GRAPHICS_2D_H_
|
| @@ -276,6 +276,10 @@ struct PPB_Graphics2D_1_1 {
|
| * is not a valid <code>Graphics2D</code> context, this will return 0.0.
|
| */
|
| float (*GetScale)(PP_Resource resource);
|
| + PP_Bool (*SetLayerTransform)(PP_Resource resource,
|
| + float scale,
|
| + const struct PP_Point* origin,
|
| + const struct PP_Point* translate);
|
| };
|
|
|
| typedef struct PPB_Graphics2D_1_1 PPB_Graphics2D;
|
|
|