Skip to content

Commit c479b93

Browse files
Fix documentation of unset platform view ID (#19320)
1 parent 160b268 commit c479b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/embedder/embedder.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ typedef struct {
559559
/// Has length `custom_accessibility_actions_count`.
560560
const int32_t* custom_accessibility_actions;
561561
/// Identifier of the platform view associated with this semantics node, or
562-
/// zero if none.
562+
/// -1 if none.
563563
FlutterPlatformViewIdentifier platform_view_id;
564564
} FlutterSemanticsNode;
565565

0 commit comments

Comments
 (0)