mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Export extern constants in embedder.h (flutter/engine#8550)
PR #8498 made these constants extern, but forgot to export them so they would be public symbols.
This commit is contained in:
parent
a7a4e51078
commit
6956c8a88c
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user