Roll src/third_party/skia 47326ab:17bfe0d
[chromium-blink-merge.git] / ui / native_theme / native_theme_switches.h
blob026ee70eca378be31944d0b8c56fd8d6d96583fc
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Defines all the command-line switches used by native theme
7 #ifndef UI_NATIVE_THEME_NATIVE_THEME_SWITCHES_H_
8 #define UI_NATIVE_THEME_NATIVE_THEME_SWITCHES_H_
10 #include "ui/native_theme/native_theme_export.h"
12 namespace switches {
14 NATIVE_THEME_EXPORT extern const char kDisableOverlayScrollbar[];
15 NATIVE_THEME_EXPORT extern const char kEnableOverlayScrollbar[];
17 } // namespace switches
19 namespace ui {
21 NATIVE_THEME_EXPORT bool IsOverlayScrollbarEnabled();
23 } // namespace ui
25 #endif // UI_NATIVE_THEME_NATIVE_THEME_SWITCHES_H_