| 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 e2fbfc4e741f42ac764795f448c36849b3579edd..6f6fe049f61f69fe5c71bf0519b1010b0db8bd7d 100644
|
| --- a/ui/native_theme/native_theme_aura.h
|
| +++ b/ui/native_theme/native_theme_aura.h
|
| @@ -47,9 +47,6 @@ class NATIVE_THEME_EXPORT NativeThemeAura : public NativeThemeBase {
|
| void PaintScrollbarCorner(SkCanvas* canvas,
|
| State state,
|
| const gfx::Rect& rect) const override;
|
| - gfx::Size GetPartSize(Part part,
|
| - State state,
|
| - const ExtraParams& extra) const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(NativeThemeAura);
|
|
|