#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 ui {
class InputPredictor;
}
namespace viz {
class VIZ_SERVICE_EXPORT DelegatedInkTrailData { … };
}
#endif