Chromium Code Reviews| 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 |