From c479b937082a1352845f35ccf2a9d8d4fecaaad9 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 10 Jul 2020 11:17:14 +1200 Subject: [PATCH] Fix documentation of unset platform view ID (#19320) --- 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;