Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1426)

Unified Diff: ui/native_theme/native_theme_aura.h

Issue 2006643004: Fix scrollbar buttons on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/native_theme/native_theme_aura.h
diff --git a/ui/native_theme/native_theme_aura.h b/ui/native_theme/native_theme_aura.h
index 85ce5bc708dbdfc1c4ad38697cca6aec0453a206..42898310385498f505f71d7d5917f59f6824488e 100644
--- a/ui/native_theme/native_theme_aura.h
+++ b/ui/native_theme/native_theme_aura.h
@@ -15,6 +15,8 @@ class NATIVE_THEME_EXPORT NativeThemeAura : public NativeThemeBase {
public:
static NativeThemeAura* instance();
+ bool HasScrollbarButtons() const override;
+
protected:
NativeThemeAura();
~NativeThemeAura() override;

Powered by Google App Engine
This is Rietveld 408576698