Index: ui/views/controls/link.cc |
diff --git a/ui/views/controls/link.cc b/ui/views/controls/link.cc |
index 6223b51c51f223ea614e54ea2496e3bc84258fbf..f504a4879f8143f7cf16137a0252bd2e37a5b267 100644 |
--- a/ui/views/controls/link.cc |
+++ b/ui/views/controls/link.cc |
@@ -148,13 +148,6 @@ void Link::OnEnabledChanged() { |
View::OnEnabledChanged(); |
} |
-void Link::OnPaint(gfx::Canvas* canvas) { |
- Label::OnPaint(canvas); |
- |
- if (HasFocus()) |
- canvas->DrawFocusRect(GetLocalBounds()); |
-} |
- |
void Link::OnFocus() { |
Label::OnFocus(); |
// We render differently focused. |