#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_SHAPE_RESULT_BLOBERIZER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_SHAPE_RESULT_BLOBERIZER_H_
#include "third_party/blink/renderer/platform/fonts/canvas_rotation_in_vertical.h"
#include "third_party/blink/renderer/platform/fonts/glyph.h"
#include "third_party/blink/renderer/platform/fonts/shaping/shape_result_buffer.h"
#include "third_party/blink/renderer/platform/fonts/simple_font_data.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
#include "third_party/blink/renderer/platform/wtf/vector.h"
#include "third_party/skia/include/core/SkTextBlob.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/vector2d_f.h"
namespace blink {
class FontDescription;
struct TextRunPaintInfo;
class PLATFORM_EXPORT ShapeResultBloberizer { … };
struct PLATFORM_EXPORT ShapeResultBloberizer::FillGlyphsNG
: public ShapeResultBloberizer { … };
struct PLATFORM_EXPORT ShapeResultBloberizer::FillTextEmphasisGlyphsNG
: public ShapeResultBloberizer { … };
struct PLATFORM_EXPORT ShapeResultBloberizer::FillGlyphs
: public ShapeResultBloberizer { … };
struct PLATFORM_EXPORT ShapeResultBloberizer::FillTextEmphasisGlyphs
: public ShapeResultBloberizer { … };
}
#endif