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

Unified Diff: lib/src/property.dart

Issue 1009053006: pkg/csslib: remove unused vars and fields (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 9 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 | « lib/src/analyzer.dart ('k') | lib/src/tokenizer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « lib/src/analyzer.dart ('k') | lib/src/tokenizer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698