chromium/third_party/blink/renderer/core/paint/fieldset_paint_info.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/paint/fieldset_paint_info.h"

#include "third_party/blink/renderer/core/style/computed_style.h"

namespace blink {

FieldsetPaintInfo::FieldsetPaintInfo(const ComputedStyle& fieldset_style,
                                     const PhysicalSize& fieldset_size,
                                     const PhysicalBoxStrut& fieldset_borders,
                                     const PhysicalRect& legend_border_box) {}

}  // namespace blink