| Index: mojo/dart/packages/mojo_services/lib/mojo/ui/input_connection.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/ui/input_connection.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/ui/input_connection.mojom.dart
|
| index 0cd829239b7ad1d6ae6ec2dd29800243530dde83..9e9df4b2c30c0b25a9d3f830c8c1b812a3db82dd 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/mojo/ui/input_connection.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/ui/input_connection.mojom.dart
|
| @@ -82,8 +82,6 @@ class _InputConnectionSetListenerParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _InputListenerOnEventParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -157,8 +155,6 @@ class _InputListenerOnEventParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class InputListenerOnEventResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -230,13 +226,8 @@ class InputListenerOnEventResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _InputConnection_setListenerName = 0;
|
|
|
| -
|
| -
|
| class _InputConnectionServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
| @@ -427,8 +418,6 @@ class InputConnectionStub extends bindings.Stub {
|
|
|
| const int _InputListener_onEventName = 0;
|
|
|
| -
|
| -
|
| class _InputListenerServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|