File tree Expand file tree Collapse file tree
flutter/shell/platform/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 'src/third_party/libcxx' : 'https://llvm.googlesource.com/llvm-project/libcxx@bd557f6f764d1e40b62528a13b124ce740624f8f' ,
88 'src/third_party/libcxxabi' : 'https://llvm.googlesource.com/llvm-project/libcxxabi@a4dda1589d37a7e4b4f7a81ebad01b1083f2e726' ,
99 'src/third_party/googletest' : 'https://github.com/google/googletest@7f036c5563af7d0329f20e8bb42effb04629f0c0' ,
10- 'src/third_party/dart' : 'https://dart.googlesource.com/sdk.git@13d929085afa86e5902ed7293cca8509f099ee97 ' ,
10+ 'src/third_party/dart' : 'https://dart.googlesource.com/sdk.git@2da4111d8d0cbf2a83c0662251508f017000da8a ' ,
1111 'src/third_party/clang' : {
1212 'packages' : [
1313 {
Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ void AccessibilityBridge::SetIntListAttributesFromFlutterUpdate(
497497 FlutterSemanticsAction actions = node.actions ;
498498 if (actions & FlutterSemanticsAction::kFlutterSemanticsActionCustomAction ) {
499499 std::vector<int32_t > custom_action_ids;
500+ custom_action_ids.reserve (node.custom_accessibility_actions .size ());
500501 for (size_t i = 0 ; i < node.custom_accessibility_actions .size (); i++) {
501502 custom_action_ids.push_back (node.custom_accessibility_actions [i]);
502503 }
You can’t perform that action at this time.
0 commit comments