/* * Copyright 2024 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "modules/skshaper/include/SkShaper_factory.h" #include "include/core/SkFontMgr.h" // IWYU pragma: keep namespace { class PrimitiveFactory final : public SkShapers::Factory { … }; } namespace SkShapers::Primitive { sk_sp<SkShapers::Factory> Factory() { … } } // namespace SkShapers::Primitive