// 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. #ifndef CHROME_BROWSER_UI_VIEWS_TABS_TAB_LAYOUT_STATE_H_ #define CHROME_BROWSER_UI_VIEWS_TABS_TAB_LAYOUT_STATE_H_ #include "chrome/browser/ui/tabs/tab_types.h" // Contains the data necessary to determine the bounds of a tab even while // it's in the middle of animating between states. Immutable (except for // replacement via assignment). class TabLayoutState { … }; #endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_LAYOUT_STATE_H_