diff --git a/shell/platform/embedder/embedder.h b/shell/platform/embedder/embedder.h index 67c5437ed9b26..84b027273b755 100644 --- a/shell/platform/embedder/embedder.h +++ b/shell/platform/embedder/embedder.h @@ -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;