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

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

Issue 1155193004: Canvas.concat takes a 16-element Float32List instead of an array. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: abarth Created 5 years, 6 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: sky/engine/core/painting/Canvas.idl
diff --git a/sky/engine/core/painting/Canvas.idl b/sky/engine/core/painting/Canvas.idl
index 074bdff96836323b62bc800e791b522f97b4eef2..ae833fcd321d0df74a3a72e21e25d01186a337dc 100644
--- a/sky/engine/core/painting/Canvas.idl
+++ b/sky/engine/core/painting/Canvas.idl
@@ -17,7 +17,7 @@ interface Canvas {
void scale(float sx, float sy);
void rotateDegrees(float degrees);
void skew(float sx, float sy);
- void concat(float[] matrix9);
+ void concat(Float32List matrix4);
void clipRect(Rect rect);

Powered by Google App Engine
This is Rietveld 408576698