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

Unified Diff: ui/native_theme/native_theme_mac.h

Issue 456473002: MacViews: Implement scrollbar theming. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | ui/native_theme/native_theme_mac.mm » ('j') | ui/native_theme/native_theme_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_mac.h
diff --git a/ui/native_theme/native_theme_mac.h b/ui/native_theme/native_theme_mac.h
index 0b15b3f50950e263e16257ae81c28f8fd1fc341b..c184812a000d4b8df7c4460169f9da68a1676008 100644
--- a/ui/native_theme/native_theme_mac.h
+++ b/ui/native_theme/native_theme_mac.h
@@ -29,6 +29,16 @@ class NativeThemeMac : public FallbackTheme {
State state,
const gfx::Rect& rect,
const MenuListExtraParams& menu_list) const OVERRIDE;
+ virtual void PaintScrollbarTrack(
tapted 2014/08/11 01:00:58 Nit: place these above the PaintMenu* functions, t
Andre 2014/08/12 21:42:37 Done.
+ SkCanvas* canvas,
+ Part part,
+ State state,
+ const ScrollbarTrackExtraParams& extra_params,
+ const gfx::Rect& rect) const OVERRIDE;
+ virtual void PaintScrollbarThumb(SkCanvas* sk_canvas,
+ Part part,
+ State state,
+ const gfx::Rect& rect) const OVERRIDE;
private:
NativeThemeMac();
« no previous file with comments | « no previous file | ui/native_theme/native_theme_mac.mm » ('j') | ui/native_theme/native_theme_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698