chromium/third_party/blink/renderer/core/frame/frame_view_auto_size_info.cc

// Copyright 2014 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/frame/frame_view_auto_size_info.h"

#include "base/auto_reset.h"
#include "third_party/blink/public/mojom/scroll/scrollbar_mode.mojom-blink.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/frame/local_frame_view.h"
#include "third_party/blink/renderer/core/layout/layout_box.h"
#include "third_party/blink/renderer/core/layout/layout_view.h"
#include "third_party/blink/renderer/core/paint/paint_layer_scrollable_area.h"

namespace blink {

FrameViewAutoSizeInfo::FrameViewAutoSizeInfo(LocalFrameView* view)
    :{}

void FrameViewAutoSizeInfo::Trace(Visitor* visitor) const {}

void FrameViewAutoSizeInfo::ConfigureAutoSizeMode(const gfx::Size& min_size,
                                                  const gfx::Size& max_size) {}

bool FrameViewAutoSizeInfo::AutoSizeIfNeeded() {}

void FrameViewAutoSizeInfo::Clear() {}

}  // namespace blink