chromium/chrome/browser/ui/views/tabs/z_orderable_tab_container_element.cc

// Copyright 2022 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/z_orderable_tab_container_element.h"

#include <bit>
#include <cstdint>

#include "chrome/browser/ui/views/tabs/tab.h"
#include "chrome/browser/ui/views/tabs/tab_group_header.h"
#include "chrome/browser/ui/views/tabs/tab_group_highlight.h"
#include "chrome/browser/ui/views/tabs/tab_group_underline.h"
#include "chrome/browser/ui/views/tabs/tab_style_views.h"
#include "ui/views/view_utils.h"

// static
bool ZOrderableTabContainerElement::CanOrderView(views::View* view) {}

// static
float ZOrderableTabContainerElement::CalculateZValue(views::View* child) {}