blob: c6e41ede2925970050b08b8c91f2a762304b53e1 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/layout/ng/ng_positioned_float.h"
#include "core/layout/ng/ng_layout_result.h"
namespace blink {
NGPositionedFloat::NGPositionedFloat(RefPtr<NGLayoutResult> layout_result,
const NGBfcOffset& bfc_offset)
: layout_result(layout_result), bfc_offset(bfc_offset) {}
} // namespace blink