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

Unified Diff: pkg/barback/lib/src/graph/asset_cascade.dart

Issue 299833003: Expose aggregate transformers in barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 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 | « pkg/barback/lib/src/barback.dart ('k') | pkg/barback/lib/src/graph/group_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/graph/asset_cascade.dart
diff --git a/pkg/barback/lib/src/graph/asset_cascade.dart b/pkg/barback/lib/src/graph/asset_cascade.dart
index ca087857311d0197562301fec645e468ecba74a7..e4f4c65af5a20547497ef0bf31d8d95a7b70f558 100644
--- a/pkg/barback/lib/src/graph/asset_cascade.dart
+++ b/pkg/barback/lib/src/graph/asset_cascade.dart
@@ -167,8 +167,8 @@ class AssetCascade {
/// Sets this cascade's transformer phases to [transformers].
///
- /// Elements of the inner iterable of [transformers] must be either
- /// [Transformer]s or [TransformerGroup]s.
+ /// Elements of the inner iterable of [transformers] must be [Transformer]s,
+ /// [TransformerGroup]s, or [AggregateTransformer]s.
void updateTransformers(Iterable<Iterable> transformersIterable) {
var transformers = transformersIterable.toList();
« no previous file with comments | « pkg/barback/lib/src/barback.dart ('k') | pkg/barback/lib/src/graph/group_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698