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

Unified Diff: ui/native_theme/native_theme_base.h

Issue 2763373002: Overlay scrollbars flush with window edge (Closed)
Patch Set: bokan comment addressed Created 3 years, 9 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 0e349c5dee2b1447d672c6d43a0ffa15f22ed4f9..59c82d37768100d92761f46c3223aaabe93d9eef 100644
--- a/ui/native_theme/native_theme_base.h
+++ b/ui/native_theme/native_theme_base.h
@@ -60,7 +60,7 @@ class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
Part part,
State state,
const gfx::Rect& rect,
- NativeTheme::ScrollbarOverlayColorTheme theme) const;
+ const NativeTheme::ScrollbarThumbExtraParams& params) const;
virtual void PaintScrollbarCorner(cc::PaintCanvas* canvas,
State state,

Powered by Google App Engine
This is Rietveld 408576698