chromium/chrome/browser/ui/views/tabs/tab_slot_view.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/views/tabs/tab_slot_view.h"
#include "ui/base/metadata/metadata_impl_macros.h"

TabSlotView::TabSlotView() = default;
TabSlotView::~TabSlotView() = default;

gfx::Rect TabSlotView::GetAnchorBoundsInScreen() const {}

BEGIN_METADATA()