chromium/chrome/browser/ui/webui/tab_strip/tab_strip_ui_layout.cc

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

#include "chrome/browser/ui/webui/tab_strip/tab_strip_ui_layout.h"

#include "base/strings/string_number_conversions.h"
#include "ui/gfx/geometry/size.h"

namespace {

// The height of the thumbnail.
constexpr int kThumbnailHeight =;

// The padding of the tab item to the top/bottom of the tab strip.
constexpr int kPaddingAroundTabList =;

// The height of the tab title.
constexpr int kTabTitleHeight =;

}  // namespace

// static
TabStripUILayout TabStripUILayout::CalculateForWebViewportSize(
    const gfx::Size& viewport_size) {}

// static
int TabStripUILayout::GetContainerHeight() {}

base::flat_map<std::string, std::string> TabStripUILayout::AsDictionary()
    const {}