blob: 414c22222c8f5aadaa53d98e41e8b1d2f7a0c447 [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"
#include "core/layout/ng/ng_physical_box_fragment.h"
#include "core/layout/ng/ng_unpositioned_float.h"
namespace blink {
NGPositionedFloat::NGPositionedFloat(RefPtr<NGLayoutResult> layout_result,
const NGLogicalOffset& logical_offset)
: layout_result(layout_result), logical_offset(logical_offset) {}
} // namespace blink