chromium/gpu/command_buffer/client/client_font_manager.h

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

#ifndef GPU_COMMAND_BUFFER_CLIENT_CLIENT_FONT_MANAGER_H_
#define GPU_COMMAND_BUFFER_CLIENT_CLIENT_FONT_MANAGER_H_

#include "base/containers/flat_map.h"
#include "base/containers/flat_set.h"
#include "base/memory/raw_ptr.h"
#include "gpu/command_buffer/client/client_discardable_manager.h"
#include "gpu/raster_export.h"
#include "third_party/skia/include/private/chromium/SkChromeRemoteGlyphCache.h"

namespace gpu {
class CommandBuffer;

namespace raster {
class RASTER_EXPORT ClientFontManager
    : public SkStrikeServer::DiscardableHandleManager {};

}  // namespace raster
}  // namespace gpu

#endif  // GPU_COMMAND_BUFFER_CLIENT_CLIENT_FONT_MANAGER_H_