| Index: mojo/dart/packages/mojo_services/lib/mojo/ui/view_trees.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/ui/view_trees.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/ui/view_trees.mojom.dart
|
| index 88c23042ed46d6beebe414e59478b2fee47f91ce..5acf31e6d48246cec2cb3e1ca46bd5c3f7f55490 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/mojo/ui/view_trees.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/ui/view_trees.mojom.dart
|
| @@ -85,8 +85,6 @@ class ViewTreeToken extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeGetTokenParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -145,8 +143,6 @@ class _ViewTreeGetTokenParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ViewTreeGetTokenResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -220,8 +216,6 @@ class ViewTreeGetTokenResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeGetServiceProviderParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -293,8 +287,6 @@ class _ViewTreeGetServiceProviderParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeRequestLayoutParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -353,8 +345,6 @@ class _ViewTreeRequestLayoutParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeSetRootParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(24, 0)
|
| @@ -439,8 +429,6 @@ class _ViewTreeSetRootParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeResetRootParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -512,8 +500,6 @@ class _ViewTreeResetRootParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeLayoutRootParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -587,8 +573,6 @@ class _ViewTreeLayoutRootParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ViewTreeLayoutRootResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -662,8 +646,6 @@ class ViewTreeLayoutRootResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeListenerOnLayoutParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -722,8 +704,6 @@ class _ViewTreeListenerOnLayoutParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ViewTreeListenerOnLayoutResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -782,8 +762,6 @@ class ViewTreeListenerOnLayoutResponseParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _ViewTreeListenerOnRootUnavailableParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -856,8 +834,6 @@ class _ViewTreeListenerOnRootUnavailableParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class ViewTreeListenerOnRootUnavailableResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(8, 0)
|
| @@ -915,9 +891,6 @@ class ViewTreeListenerOnRootUnavailableResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _ViewTree_getTokenName = 0;
|
| const int _ViewTree_getServiceProviderName = 1;
|
| const int _ViewTree_requestLayoutName = 2;
|
| @@ -925,8 +898,6 @@ const int _ViewTree_setRootName = 3;
|
| const int _ViewTree_resetRootName = 4;
|
| const int _ViewTree_layoutRootName = 5;
|
|
|
| -
|
| -
|
| class _ViewTreeServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -1272,8 +1243,6 @@ class ViewTreeStub extends bindings.Stub {
|
| const int _ViewTreeListener_onLayoutName = 0;
|
| const int _ViewTreeListener_onRootUnavailableName = 1;
|
|
|
| -
|
| -
|
| class _ViewTreeListenerServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|