Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: ppapi/api/ppb_graphics_2d.idl

Issue 1881603002: Added SetLayerTransform to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698