diff options
author | 2023-09-26 11:02:55 -0400 | |
---|---|---|
committer | 2023-09-26 11:04:31 -0400 | |
commit | 6532dfae339faa2f7fa2d06519bf2ca5c6c77b4c (patch) | |
tree | eccbaa00565d5b0ba944d868061d961712bcb4e6 /lib/generated/agl_shell.pbenum.dart | |
parent | cbbb9f40e283d12f6c52ad28609516f390316f7a (diff) |
Switch to compositor's gRPC API
Rework application surface activation to use the new compositor gRPC
API instead of our custom platform channel.
Bug-AGL: SPEC-4914
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I589af7236c0489125a5ee226cd00ea1f8f1ec9d3
Diffstat (limited to 'lib/generated/agl_shell.pbenum.dart')
-rw-r--r-- | lib/generated/agl_shell.pbenum.dart | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/generated/agl_shell.pbenum.dart b/lib/generated/agl_shell.pbenum.dart new file mode 100644 index 0000000..ad859ee --- /dev/null +++ b/lib/generated/agl_shell.pbenum.dart @@ -0,0 +1,7 @@ +/// +// Generated code. Do not modify. +// source: agl_shell.proto +// +// @dart = 2.12 +// ignore_for_file: annotate_overrides,camel_case_types,constant_identifier_names,directives_ordering,library_prefixes,non_constant_identifier_names,prefer_final_fields,return_of_invalid_type,unnecessary_const,unnecessary_import,unnecessary_this,unused_import,unused_shown_name + |