blob: e7502cdc83dbe86e1ff1c033a7810c8b1275005a [file] [log] [blame]
// Copyright 2013 The Flutter 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 FLUTTER_IMPELLER_DISPLAY_LIST_DL_VERTICES_GEOMETRY_H_
#define FLUTTER_IMPELLER_DISPLAY_LIST_DL_VERTICES_GEOMETRY_H_
#include "flutter/display_list/dl_vertices.h"
#include "impeller/entity/geometry/vertices_geometry.h"
namespace impeller {
std::shared_ptr<VerticesGeometry> MakeVertices(
const flutter::DlVertices* vertices);
} // namespace impeller
#endif // FLUTTER_IMPELLER_DISPLAY_LIST_DL_VERTICES_GEOMETRY_H_