Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / mojo / services / public / interfaces / geometry / geometry.mojom
index ab68c8e..da31e12 100644 (file)
@@ -27,8 +27,8 @@ struct Rect {
 };
 
 struct Transform {
-  // Should have exactly 16 entries.
-  float[] matrix;
+  // Row major order.
+  float[16] matrix;
 };
 
 }