Index: mojo/common/common_custom_types.mojom |
diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom |
index aa871064c4206d54d8fc6d2dcac294ca42dc0a40..2e227217173bf603a249f4e70a9ea4d4e07920d7 100644 |
--- a/mojo/common/common_custom_types.mojom |
+++ b/mojo/common/common_custom_types.mojom |
@@ -21,3 +21,7 @@ struct TimeDelta; |
[Native] |
struct TimeTicks; |
+ |
+struct Version { |
+ array<uint32> components; |
+}; |