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

Unified Diff: mojo/services/geometry/public/interfaces/geometry.mojom

Issue 816913004: Review nullability in the gpu and geometry interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/services/geometry/public/interfaces/geometry.mojom
diff --git a/mojo/services/geometry/public/interfaces/geometry.mojom b/mojo/services/geometry/public/interfaces/geometry.mojom
index f8b1679175ced0b5b2ba767b72a5f096471bb0c8..62bc6c8ea0e9e6902ea4412bbdb7bd40689e922b 100644
--- a/mojo/services/geometry/public/interfaces/geometry.mojom
+++ b/mojo/services/geometry/public/interfaces/geometry.mojom
@@ -35,5 +35,5 @@ struct RectF {
struct Transform {
// Row major order.
- array<float, 16>? matrix;
+ array<float, 16> matrix;
};
« no previous file with comments | « no previous file | mojo/services/gpu/public/interfaces/command_buffer.mojom » ('j') | mojo/services/gpu/public/interfaces/gpu.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698