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..de83e2dd27b6c788f7c9b168939c51affb542ca6 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, |
+ const PP_Point* origin, |
+ const PP_Point* translate) = 0; |
// Test only |
virtual bool ReadImageData(PP_Resource image, const PP_Point* top_left) = 0; |