#include "chrome/browser/ui/views/frame/contents_layout_manager.h"
#include "ui/views/view.h"
ContentsLayoutManager::ContentsLayoutManager(views::View* devtools_view,
views::View* contents_view,
views::View* watermark_view)
: … { … }
ContentsLayoutManager::~ContentsLayoutManager() = default;
void ContentsLayoutManager::SetContentsResizingStrategy(
const DevToolsContentsResizingStrategy& strategy) { … }
views::ProposedLayout ContentsLayoutManager::CalculateProposedLayout(
const views::SizeBounds& size_bounds) const { … }