Chromium Code Reviews| Index: ppapi/thunk/ppb_graphics_2d_api.h |
| diff --git a/ppapi/thunk/ppb_graphics_2d_api.h b/ppapi/thunk/ppb_graphics_2d_api.h |
| index 164072fef38586e7a0015a058c14062bd4204830..9ba2d9ce237f963471ec4d38720db72c63f9df29 100644 |
| --- a/ppapi/thunk/ppb_graphics_2d_api.h |
| +++ b/ppapi/thunk/ppb_graphics_2d_api.h |
| @@ -36,6 +36,9 @@ class PPAPI_THUNK_EXPORT PPB_Graphics2D_API { |
| virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0; |
| virtual PP_Bool SetScale(float scale) = 0; |
| virtual float GetScale() = 0; |
| + virtual PP_Bool SetLayerTransform(float Scale, |
|
wjmaclean
2016/04/13 14:47:19
Don't capitalize variable names.
alessandroa
2016/04/21 15:39:21
Done.
|
| + const PP_Point* Origin, |
| + const PP_Point* Transform) = 0; |
| // Test only |
| virtual bool ReadImageData(PP_Resource image, const PP_Point* top_left) = 0; |