#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_DELEGATED_INK_POINT_RENDERER_BASE_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_DELEGATED_INK_POINT_RENDERER_BASE_H_
#include <memory>
#include <optional>
#include <unordered_map>
#include <utility>
#include <vector>
#include "components/viz/service/display/delegated_ink_trail_data.h"
#include "components/viz/service/viz_service_export.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "ui/gfx/mojom/delegated_ink_point_renderer.mojom.h"
namespace gfx {
class DelegatedInkMetadata;
class DelegatedInkPoint;
}
namespace viz {
class VIZ_SERVICE_EXPORT DelegatedInkPointRendererBase
: public gfx::mojom::DelegatedInkPointRenderer { … };
}
#endif