From 92c8e9f0c56b90f466ddad3613f032a68aaa83a5 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 26 Jun 2020 12:14:11 +1200 Subject: [PATCH] Fix documentation of unset platform view ID --- shell/platform/embedder/embedder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;