Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8778a8e

Browse files
committed
update
1 parent 4592116 commit 8778a8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/fuchsia/flutter/accessibility_bridge.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ AccessibilityBridge::GetRootNodeUpdate() {
364364
root_flutter_semantics_node_.childrenInHitTestOrder,
365365
};
366366
root_fuchsia_node.set_node_id(root_flutter_semantics_node_.id)
367+
.set_role(GetNodeRole(root_flutter_semantics_node_))
367368
.set_location(GetNodeLocation(root_flutter_semantics_node_))
368369
.set_transform(ConvertSkiaTransformToMat4(result))
369370
.set_attributes(

0 commit comments

Comments
 (0)