Bug 1660755 [wpt PR 25207] - [scroll-animations] Allow null source in ScrollTimeline...
[gecko.git] / ipc / glue / PFileDescriptorSet.ipdl
blobe56fa48855034263c7fc8245686b45bacccfb91d
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 file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackground;
6 include protocol PContent;
7 include protocol PSocketProcess;
9 namespace mozilla {
10 namespace ipc {
12 protocol PFileDescriptorSet
14   manager PBackground or PContent or PSocketProcess;
16 both:
17   async AddFileDescriptor(FileDescriptor fd);
19   async __delete__();
22 } // namespace ipc
23 } // namespace mozilla