Skip to content

Commit

Permalink
Fix documentation of unset platform view ID (#19320)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Jul 9, 2020
1 parent 160b268 commit c479b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/embedder/embedder.h
Expand Up @@ -559,7 +559,7 @@ typedef struct {
/// Has length `custom_accessibility_actions_count`.
const int32_t* custom_accessibility_actions;
/// Identifier of the platform view associated with this semantics node, or
/// zero if none.
/// -1 if none.
FlutterPlatformViewIdentifier platform_view_id;
} FlutterSemanticsNode;

Expand Down

0 comments on commit c479b93

Please sign in to comment.