chromium/components/viz/service/display/delegated_ink_trail_data.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_DELEGATED_INK_TRAIL_DATA_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_DELEGATED_INK_TRAIL_DATA_H_

#include <map>
#include <memory>
#include <string>
#include <vector>

#include "base/time/time.h"
#include "components/viz/common/delegated_ink_prediction_configuration.h"
#include "components/viz/service/viz_service_export.h"
#include "ui/base/prediction/prediction_metrics_handler.h"
#include "ui/gfx/geometry/point_f.h"

namespace gfx {
class DelegatedInkMetadata;
class DelegatedInkPoint;
}  // namespace gfx

namespace ui {
class InputPredictor;
}  // namespace ui

namespace viz {

class VIZ_SERVICE_EXPORT DelegatedInkTrailData {};

}  // namespace viz

#endif  // COMPONENTS_VIZ_SERVICE_DISPLAY_DELEGATED_INK_TRAIL_DATA_H_