blob: 59ef582bb49edaa27b39a8dd29823874c1c89520 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.ui.scenic;
using fuchsia.ui.gfx;
using fuchsia.ui.input;
using fuchsia.ui.views;
resource union Command {
1: fuchsia.ui.gfx.Command gfx;
2: reserved;
3: fuchsia.ui.views.Command views;
4: fuchsia.ui.input.Command input;
};