Index: ui/gfx/native_theme_aura.h |
diff --git a/ui/gfx/native_theme_aura.h b/ui/gfx/native_theme_aura.h |
index 3535d7df13625d5ad54fe85e07db1d5d7a4c0ec9..4e83b8781261bc9f12c1295c19a8e5986ff8b668 100644 |
--- a/ui/gfx/native_theme_aura.h |
+++ b/ui/gfx/native_theme_aura.h |
@@ -25,34 +25,24 @@ class NativeThemeAura : public NativeThemeBase { |
NativeThemeAura(); |
virtual ~NativeThemeAura(); |
- // NativeTheme overrides |
+ // Overridden from NativeThemeBase: |
virtual SkColor GetSystemColor(ColorId color_id) const OVERRIDE; |
- |
- // NativeThemeBase overrides |
- virtual void PaintMenuPopupBackground( |
- SkCanvas* canvas, |
- State state, |
- const gfx::Rect& rect, |
- const MenuListExtraParams& menu_list) const OVERRIDE; |
- |
+ virtual void PaintMenuPopupBackground(SkCanvas* canvas, |
+ const gfx::Size& size) const OVERRIDE; |
virtual void PaintScrollbarTrack( |
SkCanvas* canvas, |
Part part, |
State state, |
const ScrollbarTrackExtraParams& extra_params, |
const gfx::Rect& rect) const OVERRIDE; |
- |
- virtual void PaintArrowButton( |
- SkCanvas* canvas, |
- const gfx::Rect& rect, |
- Part direction, |
- State state) const OVERRIDE; |
- |
- virtual void PaintScrollbarThumb( |
- SkCanvas* canvas, |
- Part part, |
- State state, |
- const gfx::Rect& rect) const OVERRIDE; |
+ virtual void PaintArrowButton(SkCanvas* canvas, |
+ const gfx::Rect& rect, |
+ Part direction, |
+ State state) const OVERRIDE; |
+ virtual void PaintScrollbarThumb(SkCanvas* canvas, |
+ Part part, |
+ State state, |
+ const gfx::Rect& rect) const OVERRIDE; |
SkBitmap* GetHorizontalBitmapNamed(int resource_id) const; |