Chromium Code Reviews| Index: lib/src/property.dart |
| diff --git a/lib/src/property.dart b/lib/src/property.dart |
| index 7e12352fb15a228a49cc2ebf1ca6350eecee0eb3..5d6dc14d191111d81d7fcca8d68930ac7a391c61 100644 |
| --- a/lib/src/property.dart |
| +++ b/lib/src/property.dart |
| @@ -614,6 +614,7 @@ class Rgba implements _StyleProperty, ColorBase { |
| value += (r << 0x10); |
| value += (g << 0x08); |
| value += b; |
| + return value; |
| } |
| Color get color => new Color.createRgba(r, g, b, a); |