blob: 219ffca7a97f674e9b59f09bfa56597cd15acceb [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.vectorial;
using fuchsia.ui.views;
union Command {
fuchsia.ui.gfx.Command gfx;
fuchsia.ui.vectorial.Command vectorial;
fuchsia.ui.views.Command views;
fuchsia.ui.input.Command input;
};