#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_CUSTOM_CUSTOM_LAYOUT_WORK_TASK_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LAYOUT_CUSTOM_CUSTOM_LAYOUT_WORK_TASK_H_
#include "third_party/blink/renderer/bindings/core/v8/v8_custom_layout_constraints_options.h"
#include "third_party/blink/renderer/platform/bindings/script_wrappable.h"
#include "third_party/blink/renderer/platform/geometry/layout_unit.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
class ComputedStyle;
class ConstraintSpace;
class CustomLayoutChild;
class CustomLayoutToken;
class LayoutInputNode;
class SerializedScriptValue;
class ScriptPromiseResolverBase;
class CustomLayoutWorkTask final
: public GarbageCollected<CustomLayoutWorkTask> { … };
}
#endif