Bug 1610630 [wpt PR 21320] - Add meta:timeout=long to FileSystemBaseHandle-postMessag...
[gecko.git] / widget / PCompositorWidget.ipdl
blobf8ffd8dfff019326b4e10097834f23189de1fc2b
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=99: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 include protocol PCompositorBridge;
9 // This file is a stub, for platforms that do not yet support out-of-process
10 // compositing or do not need specialized types to do so.
12 namespace mozilla {
13 namespace widget {
15 sync protocol PCompositorWidget
17   manager PCompositorBridge;
19 parent:
20   async __delete__();
22 child:
23   async ObserveVsync();
24   async UnobserveVsync();
27 } // namespace widget
28 } // namespace mozilla