blob: fa19dfd668ecd1e64c07c1d2b854559b8085b1d1 [file] [log] [blame]
// Copyright 2021 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 LIB_UI_SCENIC_CPP_VIEW_IDENTITY_H_
#define LIB_UI_SCENIC_CPP_VIEW_IDENTITY_H_
#include <fuchsia/ui/views/cpp/fidl.h>
namespace scenic {
// For fuchsia.ui.composition.Flatland.CreateView() call.
fuchsia::ui::views::ViewIdentityOnCreation NewViewIdentityOnCreation();
} // namespace scenic
#endif // LIB_UI_SCENIC_CPP_VIEW_IDENTITY_H_