Index: ui/views/controls/label.h |
diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h |
index 6dd1800584fa9ad6551de2ca048617cc06adea7f..4faf98fadc6c517230fc982d7335f097f0cb31e4 100644 |
--- a/ui/views/controls/label.h |
+++ b/ui/views/controls/label.h |
@@ -19,9 +19,6 @@ class VIEWS_EXPORT Label : public View { |
// Internal class name. |
static const char kViewClassName[]; |
- // The padding for the focus border when rendering focused text. |
- static const int kFocusBorderPadding; |
- |
Label(); |
explicit Label(const base::string16& text); |
Label(const base::string16& text, const gfx::FontList& font_list); |
@@ -121,7 +118,6 @@ class VIEWS_EXPORT Label : public View { |
base::string16 GetDisplayTextForTesting(); |
// View: |
- gfx::Insets GetInsets() const override; |
int GetBaseline() const override; |
gfx::Size GetPreferredSize() const override; |
gfx::Size GetMinimumSize() const override; |