chromium/components/viz/service/display/delegated_ink_handler.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_HANDLER_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_DELEGATED_INK_HANDLER_H_

#include <memory>

#include "third_party/abseil-cpp/absl/types/variant.h"

namespace gfx {
class DelegatedInkMetadata;
}  // namespace gfx

namespace viz {
class DelegatedInkPointRendererSkia;

class DelegatedInkHandler {};

}  // namespace viz

#endif  // COMPONENTS_VIZ_SERVICE_DISPLAY_DELEGATED_INK_HANDLER_H_