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

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

Issue 2231013002: ui/gfx mojo: Don't serialize the identity matrix (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
« no previous file with comments | « no previous file | ui/gfx/mojo/transform_struct_traits.h » ('j') | ui/gfx/mojo/transform_struct_traits.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | ui/gfx/mojo/transform_struct_traits.h » ('j') | ui/gfx/mojo/transform_struct_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698