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

Unified Diff: services/ui/public/interfaces/animations.mojom

Issue 2179273002: Mojo C++ bindings: support mapping T and T? differently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: services/ui/public/interfaces/animations.mojom
diff --git a/services/ui/public/interfaces/animations.mojom b/services/ui/public/interfaces/animations.mojom
index eae16ea32d5e0088c9fc32e0b6ef4f8fecd01899..983e417f463d4178d4bc545a1d50afcbd33802c0 100644
--- a/services/ui/public/interfaces/animations.mojom
+++ b/services/ui/public/interfaces/animations.mojom
@@ -22,7 +22,7 @@ enum AnimationProperty {
struct AnimationValue {
float float_value;
- gfx.mojom.Transform? transform;
+ gfx.mojom.Transform transform;
sky 2016/07/26 21:26:16 This structure is like a union, so we want to supp
yzshen1 2016/07/26 21:32:36 Sure we can do that. I made this change because th
};
// Identifies how a particular property should be animated between a start and

Powered by Google App Engine
This is Rietveld 408576698