// Copyright 2021 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_FRAME_BROWSER_FRAME_VIEW_LAYOUT_LINUX_H_ #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_VIEW_LAYOUT_LINUX_H_ #include "base/memory/raw_ptr.h" #include "chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h" class BrowserFrameViewLinux; // A specialization of OpaqueBrowserFrameViewLayout that takes into account // extra padding added by client side shadows. class BrowserFrameViewLayoutLinux : public OpaqueBrowserFrameViewLayout { … }; #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_VIEW_LAYOUT_LINUX_H_