Index: ui/gfx/mojo/transform.mojom |
diff --git a/ui/gfx/mojo/transform.mojom b/ui/gfx/mojo/transform.mojom |
index 5d6103dc5b93b01fc345aa8530591ffb47b5f390..c613fec12b1ee214a8b0d91817a357f296688d35 100644 |
--- a/ui/gfx/mojo/transform.mojom |
+++ b/ui/gfx/mojo/transform.mojom |
@@ -7,5 +7,5 @@ module gfx.mojom; |
// See ui/gfx/transform.h. |
struct Transform { |
// Column major order. |
- array<float, 16> matrix; |
+ array<float, 16>? matrix; |
}; |