Revision 25c3e18905f16ea6f27c88720c930cdff5673306 authored by Ryan VanderMeulen on 06 February 2020, 21:18:31 UTC, committed by Ryan VanderMeulen on 06 February 2020, 21:18:31 UTC
1 parent 8648bb3
Raw File
HeadlessWidgetTypes.ipdlh
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=99: */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

using mozilla::LayoutDeviceIntSize from "Units.h";

namespace mozilla {
namespace widget {

struct HeadlessCompositorWidgetInitData
{
  LayoutDeviceIntSize InitialClientSize;
};

} // namespace widget
} // namespace mozilla
back to top