diff --git a/shell/platform/embedder/embedder.h b/shell/platform/embedder/embedder.h index 4953066473107..7490198b24aec 100644 --- a/shell/platform/embedder/embedder.h +++ b/shell/platform/embedder/embedder.h @@ -170,6 +170,8 @@ typedef enum { /// /// Only applicable when kFlutterSemanticsFlagIsTextField flag is on. kFlutterSemanticsFlagIsReadOnly = 1 << 20, + /// Whether the semantic node can hold the user's focus. + kFlutterSemanticsFlagIsFocusable = 1 << 21, } FlutterSemanticsFlag; typedef enum {