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

Unified Diff: ui/native_theme/native_theme_base.h

Issue 1671313002: MacViews: Overlay Scrollbars with Show/Hide Animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments and fixed nits Created 4 years, 10 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_base.h
diff --git a/ui/native_theme/native_theme_base.h b/ui/native_theme/native_theme_base.h
index 5b91753426c3bb44c50cfde9a4e97494aa0217c5..2edbd2947a992155a8442f256d0b4c4fa45e0e60 100644
--- a/ui/native_theme/native_theme_base.h
+++ b/ui/native_theme/native_theme_base.h
@@ -63,6 +63,7 @@ class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
SkCanvas* canvas,
Part part,
State state,
+ const ScrollbarThumbExtraParams& extra_params,
const gfx::Rect& rect) const;
virtual void PaintScrollbarCorner(SkCanvas* canvas,

Powered by Google App Engine
This is Rietveld 408576698