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

Unified Diff: ui/views/controls/label.h

Issue 1920193003: Remove View::focusable(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SetFocusBehavior
Patch Set: Rebased. Created 4 years, 8 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/views/controls/label.cc » ('j') | ui/views/controls/label.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | ui/views/controls/label.cc » ('j') | ui/views/controls/label.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698