#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_POSITIONED_FLOAT_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_POSITIONED_FLOAT_H_
#include "base/memory/scoped_refptr.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/layout/geometry/bfc_offset.h"
#include "third_party/blink/renderer/core/layout/layout_result.h"
namespace blink {
class LayoutResult;
struct CORE_EXPORT PositionedFloat { … };
}
WTF_ALLOW_CLEAR_UNUSED_SLOTS_WITH_MEM_FUNCTIONS(…)
#endif