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

Unified Diff: ui/native_theme/native_theme.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.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index 917ed956c281299615ed69164cb3e56ae782ac2f..f4e507a3478e2e51879f668f0923c1457e808300 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -221,6 +221,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
State state,
const ExtraParams& extra) const = 0;
+ virtual bool HasScrollbarButtons() const;
+
// Paint the part to the canvas.
virtual void Paint(SkCanvas* canvas,
Part part,

Powered by Google App Engine
This is Rietveld 408576698