blob: 3c70676d838e6f685c928814f42c4beb567fed1f [file] [log] [blame]
// Copyright 2022 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.
#ifndef SRC_EMBEDDER_FLATLAND_IDS_H_
#define SRC_EMBEDDER_FLATLAND_IDS_H_
namespace embedder {
// TODO(akbiggs): Don't hardcode these IDs, get them from
// FlatlandConnection instead and remove this file.
constexpr int kRootTransformId = 1;
} // namespace embedder
#endif // SRC_EMBEDDER_FLATLAND_IDS_H_