// Copyright 2012 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_NATIVE_THEME_NATIVE_THEME_BASE_H_ #define UI_NATIVE_THEME_NATIVE_THEME_BASE_H_ #include "base/gtest_prod_util.h" #include "cc/paint/paint_flags.h" #include "ui/native_theme/native_theme.h" namespace gfx { class Rect; class Size; } namespace ui { // Theme support for non-Windows toolkits. class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme { … }; } // namespace ui #endif // UI_NATIVE_THEME_NATIVE_THEME_BASE_H_