Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / widget / generic / PlatformWidgetTypes.ipdlh
blobc4b6d2ca4f3f79f1f85886b4cda09ad17a099e8e
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 // This file is a stub, for platforms that do not yet support out-of-process
8 // compositing or do not need specialized types to do so.
10 include HeadlessWidgetTypes;
12 namespace mozilla {
13 namespace widget {
15 union CompositorWidgetInitData
17   HeadlessCompositorWidgetInitData;
20 } // namespace widget
21 } // namespace mozilla