| Index: mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/hit_tests.mojom.dart
|
| diff --git a/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/hit_tests.mojom.dart b/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/hit_tests.mojom.dart
|
| index acf982b8419aded42d03805662232a9e39704215..4aa5bfea07a83215eaee474a3a827c7925848f6c 100644
|
| --- a/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/hit_tests.mojom.dart
|
| +++ b/mojo/dart/packages/mojo_services/lib/mojo/gfx/composition/hit_tests.mojom.dart
|
| @@ -143,8 +143,6 @@ class Hit extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class HitTestResult extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -233,8 +231,6 @@ class HitTestResult extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class _HitTesterHitTestParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -308,8 +304,6 @@ class _HitTesterHitTestParams extends bindings.Struct {
|
| }
|
|
|
|
|
| -
|
| -
|
| class HitTesterHitTestResponseParams extends bindings.Struct {
|
| static const List<bindings.StructDataHeader> kVersions = const [
|
| const bindings.StructDataHeader(16, 0)
|
| @@ -382,13 +376,8 @@ class HitTesterHitTestResponseParams extends bindings.Struct {
|
| }
|
| }
|
|
|
| -
|
| -
|
| -
|
| const int _HitTester_hitTestName = 0;
|
|
|
| -
|
| -
|
| class _HitTesterServiceDescription implements service_describer.ServiceDescription {
|
| dynamic getTopLevelInterface([Function responseFactory]) =>
|
| responseFactory(null);
|
|
|