| Index: runtime/bin/filter_patch.dart
|
| diff --git a/runtime/bin/filter_patch.dart b/runtime/bin/filter_patch.dart
|
| index b549aafe0c5723eab3301557a0c2bc631b3f944a..1dc727d4ea035b4e6f72cbe5ec7619cae6cee1af 100644
|
| --- a/runtime/bin/filter_patch.dart
|
| +++ b/runtime/bin/filter_patch.dart
|
| @@ -4,7 +4,7 @@
|
|
|
|
|
| class _FilterImpl extends NativeFieldWrapperClass1 implements _Filter {
|
| - void process(List<int> data) native "Filter_Process";
|
| + void process(List<int> data, int start, int end) native "Filter_Process";
|
|
|
| List<int> processed({bool flush: true, bool end: false})
|
| native "Filter_Processed";
|
|
|