@@ -690,36 +690,8 @@ class EnginePlatformDispatcher extends ui.PlatformDispatcher {
690
690
_onAccessibilityFeaturesChanged, _onAccessibilityFeaturesChangedZone);
691
691
}
692
692
693
- /// Change the retained semantics data about this window.
694
- ///
695
- /// If [semanticsEnabled] is true, the user has requested that this function
696
- /// be called whenever the semantic content of this window changes.
697
- ///
698
- /// In either case, this function disposes the given update, which means the
699
- /// semantics update cannot be used further.
700
693
@override
701
- <<<<<< < HEAD
702
- @Deprecated ('''
703
- <<<<<<< HEAD
704
- In a multi-view world, the platform dispatcher can no longer provide apis
705
- to update semantics since each view will host its own semantics tree.
706
-
707
- Semantics updates must be passed to an individual [FlutterView]. To update
708
- semantics, use PlatformDispatcher.instance.views to get a [FlutterView] and
709
- call `updateSemantics`.
710
- =======
711
- In a multi-view world, the platform dispatcher can no longer provide apis
712
- to update semantics since each view will host its own semantics tree.
713
-
714
- Semantics updates must be passed to an individual flutter view. To update
715
- semantics, use PlatformDispatcher.instance.views to get a flutter view and
716
- call `updateSemantics`.
717
- >>>>>>> ccc5c13a67 (Deprecate `platform_dispatcher` apis in favor of updateSemantics in FlutterView)
718
- ''' )
719
- void updateSemantics (ui.SemanticsUpdate update) {
720
- ====== =
721
694
void updateSemantics (ui.SemanticsUpdate update, [ui.FlutterView ? view]) {
722
- >>>>>> > 58037d36e1 (Testing this commit, will explain later)
723
695
EngineSemanticsOwner .instance.updateSemantics (update);
724
696
}
725
697
0 commit comments