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

Unified Diff: ppapi/api/dev/ppb_widget_dev.idl

Issue 10824386: Add SetScale to PPB_WidgetDev, use scale for painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_widget_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_widget_dev.idl
diff --git a/ppapi/api/dev/ppb_widget_dev.idl b/ppapi/api/dev/ppb_widget_dev.idl
index dc97c9f5f8fcaace65e70f96d9d333a53f29f4f3..77e5de0fff9337d3b95de693b8804d1b207b84e5 100644
--- a/ppapi/api/dev/ppb_widget_dev.idl
+++ b/ppapi/api/dev/ppb_widget_dev.idl
@@ -8,7 +8,8 @@
*/
label Chrome {
- M14 = 0.3
+ M14 = 0.3,
+ M23 = 0.4
};
/**
@@ -46,4 +47,11 @@ interface PPB_Widget_Dev {
*/
void SetLocation([in] PP_Resource widget,
[in] PP_Rect location);
+
+ /**
+ * Set scale used during paint operations.
+ */
+ [version=0.4]
+ void SetScale([in] PP_Resource widget,
+ [in] float_t scale);
};
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_widget_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698