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

Unified Diff: ui/gfx/mojo/transform.mojom

Issue 2210673002: Improve gfx::Transform StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
Index: ui/gfx/mojo/transform.mojom
diff --git a/ui/gfx/mojo/transform.mojom b/ui/gfx/mojo/transform.mojom
index 1ce0e753f5f55f78ffdc893169308002f6678a42..5d6103dc5b93b01fc345aa8530591ffb47b5f390 100644
--- a/ui/gfx/mojo/transform.mojom
+++ b/ui/gfx/mojo/transform.mojom
@@ -6,6 +6,6 @@ module gfx.mojom;
// See ui/gfx/transform.h.
struct Transform {
- // Row major order.
+ // Column major order.
array<float, 16> matrix;
};

Powered by Google App Engine
This is Rietveld 408576698