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

Unified Diff: sky/engine/core/painting/Canvas.idl

Issue 1129353010: Add Canvas.drawPicture (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « sky/engine/core/painting/Canvas.cpp ('k') | sky/examples/raw/draw_picture_into_canvas.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Canvas.idl
diff --git a/sky/engine/core/painting/Canvas.idl b/sky/engine/core/painting/Canvas.idl
index 92302ce3665bf0b73a68e4aea37122d99420c7b8..2eead032dc4beb5dcee3643ad3d1354dec3aa4e5 100644
--- a/sky/engine/core/painting/Canvas.idl
+++ b/sky/engine/core/painting/Canvas.idl
@@ -21,6 +21,8 @@ interface Canvas {
void clipRect(float[] rect4);
+ void drawPicture(Picture picture);
+
void drawPaint(Paint paint);
void drawRect(float[] rect4, Paint paint);
void drawOval(float[] rect4, Paint paint);
« no previous file with comments | « sky/engine/core/painting/Canvas.cpp ('k') | sky/examples/raw/draw_picture_into_canvas.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698