Bug 1768334 [wpt PR 33981] - [block-in-inline] Fix hit-testing when a block-in-inline...
[gecko.git] / mobile / android / actors / MediaControlDelegateParent.jsm
blob7921ae48b4c183f7a1d598b3e0c2a2f0df93d305
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 "use strict";
6 var EXPORTED_SYMBOLS = ["MediaControlDelegateParent"];
8 const { GeckoViewActorParent } = ChromeUtils.import(
9   "resource://gre/modules/GeckoViewActorParent.jsm"
12 // For this.eventDispatcher in the child
13 class MediaControlDelegateParent extends GeckoViewActorParent {}