Skip to content

Commit

Permalink
remove the no longer used children parameter (flutter#5333)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov authored May 22, 2018
1 parent dee0a22 commit 3d213f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ui/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -496,13 +496,9 @@ class SemanticsUpdateBuilder extends NativeFieldWrapperClass2 {
String decreasedValue,
TextDirection textDirection,
Float64List transform,
// TODO(yjbanov): remove after moving the framework to the new param names.
Int32List children,
Int32List childrenInTraversalOrder,
Int32List childrenInHitTestOrder,
}) {
childrenInTraversalOrder ??= children;
childrenInHitTestOrder ??= children;
if (transform.length != 16)
throw new ArgumentError('transform argument must have 16 entries.');
_updateNode(
Expand Down

0 comments on commit 3d213f5

Please sign in to comment.