chromium/ui/gtk/native_theme_gtk.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_GTK_NATIVE_THEME_GTK_H_
#define UI_GTK_NATIVE_THEME_GTK_H_

#include <optional>

#include "base/callback_list.h"
#include "base/no_destructor.h"
#include "ui/base/glib/scoped_gobject.h"
#include "ui/native_theme/native_theme_base.h"

GtkCssProvider;
GtkParamSpec;
GtkSettings;

namespace gtk {

ScopedCssProvider;

// A version of NativeTheme that uses GTK-rendered widgets.
class NativeThemeGtk : public ui::NativeThemeBase {};

}  // namespace gtk

#endif  // UI_GTK_NATIVE_THEME_GTK_H_