| Index: mojo/services/native_viewport/interfaces/native_viewport.mojom
|
| diff --git a/mojo/services/native_viewport/interfaces/native_viewport.mojom b/mojo/services/native_viewport/interfaces/native_viewport.mojom
|
| index a70db13f455f896a369efa1f60bc15d83414f7c9..ee53e81bbe9f1e8fa883a189cb3a9dfceed4ef03 100644
|
| --- a/mojo/services/native_viewport/interfaces/native_viewport.mojom
|
| +++ b/mojo/services/native_viewport/interfaces/native_viewport.mojom
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -[DartPackage="mojo_services"]
|
| module mojo;
|
|
|
| import "geometry/interfaces/geometry.mojom";
|
| import "gpu/interfaces/context_provider.mojom";
|
| -import "input_events/interfaces/input_events.mojom";
|
| +import "native_viewport/interfaces/native_viewport_event_dispatcher.mojom";
|
|
|
| struct ViewportMetrics {
|
| Size size;
|
| @@ -47,8 +46,3 @@ interface NativeViewport {
|
| // again after receiving the callback.
|
| RequestMetrics() => (ViewportMetrics metrics);
|
| };
|
| -
|
| -[ServiceName="mojo::NativeViewportEventDispatcher"]
|
| -interface NativeViewportEventDispatcher {
|
| - OnEvent(Event event) => ();
|
| -};
|
|
|