diff --git a/engine/src/flutter/shell/platform/embedder/embedder.h b/engine/src/flutter/shell/platform/embedder/embedder.h index 9b6bd2478c0..3068a30befe 100644 --- a/engine/src/flutter/shell/platform/embedder/embedder.h +++ b/engine/src/flutter/shell/platform/embedder/embedder.h @@ -343,6 +343,7 @@ typedef struct { // |FlutterSemanticsNode| ID used as a sentinel to signal the end of a batch of // semantics node updates. +FLUTTER_EXPORT extern const int32_t kFlutterSemanticsNodeIdBatchEnd; // A node that represents some semantic data. @@ -414,6 +415,7 @@ typedef struct { // |FlutterSemanticsCustomAction| ID used as a sentinel to signal the end of a // batch of semantics custom action updates. +FLUTTER_EXPORT extern const int32_t kFlutterSemanticsCustomActionIdBatchEnd; // A custom semantics action, or action override.