blob: f98f9a3e876a6d8ea7909bc60deafde437439a0f [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;
union Command {
1: fuchsia.ui.gfx.Command gfx;
2: reserved;
3: fuchsia.ui.views.Command views;
4: fuchsia.ui.input.Command input;
};