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

Unified Diff: ui/native_theme/native_theme_aura.h

Issue 2426793002: Aura overlay scrollbars adjust color for dark backgrounds (Closed)
Patch Set: fix test Created 4 years, 2 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
« no previous file with comments | « ui/native_theme/native_theme.h ('k') | ui/native_theme/native_theme_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 596552fb16e4a8763779059a8b5407a9b869fd54..e2fbfc4e741f42ac764795f448c36849b3579edd 100644
--- a/ui/native_theme/native_theme_aura.h
+++ b/ui/native_theme/native_theme_aura.h
@@ -42,17 +42,11 @@ class NATIVE_THEME_EXPORT NativeThemeAura : public NativeThemeBase {
void PaintScrollbarThumb(SkCanvas* canvas,
Part part,
State state,
- const gfx::Rect& rect) const override;
+ const gfx::Rect& rect,
+ ScrollbarOverlayColorTheme theme) const override;
void PaintScrollbarCorner(SkCanvas* canvas,
State state,
const gfx::Rect& rect) const override;
-
- void PaintScrollbarThumbStateTransition(SkCanvas* canvas,
- Part part,
- State startState,
- State endState,
- double progress,
- const gfx::Rect& rect) const override;
gfx::Size GetPartSize(Part part,
State state,
const ExtraParams& extra) const override;
« no previous file with comments | « ui/native_theme/native_theme.h ('k') | ui/native_theme/native_theme_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698