chromium/chrome/browser/ui/views/frame/browser_frame_view_layout_linux_native.h

// Copyright 2017 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_NATIVE_H_
#define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_VIEW_LAYOUT_LINUX_NATIVE_H_

#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/views/frame/browser_frame_view_layout_linux.h"
#include "ui/linux/nav_button_provider.h"
#include "ui/linux/window_frame_provider.h"

// A specialization of BrowserFrameViewLayoutLinux that is also able
// to layout frame buttons that were rendered by the native toolkit.
class BrowserFrameViewLayoutLinuxNative : public BrowserFrameViewLayoutLinux {};

#endif  // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_VIEW_LAYOUT_LINUX_NATIVE_H_