Index: chrome/browser/ui/views/toolbar/back_button.h |
diff --git a/chrome/browser/ui/views/toolbar/back_button.h b/chrome/browser/ui/views/toolbar/back_button.h |
index ad37dc29b190f4aa49db199c82da24a8bb61c89a..b5229727265bae41b75f5f31df813260cacc3bc0 100644 |
--- a/chrome/browser/ui/views/toolbar/back_button.h |
+++ b/chrome/browser/ui/views/toolbar/back_button.h |
@@ -30,7 +30,13 @@ class BackButton : public ToolbarButton { |
void SetLeadingMargin(int margin); |
protected: |
+ // NativeThemeDelegate: |
Peter Kasting
2015/01/23 07:28:11
This class doesn't inherit directly from NativeThe
oshima
2015/01/24 01:23:07
Done.
|
gfx::Rect GetThemePaintRect() const override; |
+ |
+ // views::View: |
+ const char* GetClassName() const override; |
+ |
+ // views::LabelButton: |
scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const override; |
private: |