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

Unified Diff: mojo/common/common_custom_types.mojom

Issue 2147693002: Struct traits used by GpuInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved Read() to .cc file Created 4 years, 5 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: mojo/common/common_custom_types.mojom
diff --git a/mojo/common/common_custom_types.mojom b/mojo/common/common_custom_types.mojom
index aa871064c4206d54d8fc6d2dcac294ca42dc0a40..27ac84548be8bcc4f22938e621e731e6de750c11 100644
--- a/mojo/common/common_custom_types.mojom
+++ b/mojo/common/common_custom_types.mojom
@@ -21,3 +21,9 @@ struct TimeDelta;
[Native]
struct TimeTicks;
+
+// base/version.h
+// base::Version
Ken Rockot(use gerrit already) 2016/07/27 20:05:25 These comments aren't terribly useful as-is. Maybe
Alex Z. 2016/07/28 19:40:44 Done.
+struct Version {
+ array<uint32> components;
+};

Powered by Google App Engine
This is Rietveld 408576698