Index: ui/views/controls/label.cc |
diff --git a/ui/views/controls/label.cc b/ui/views/controls/label.cc |
index 74bf39afd0e293162ff1dee4c501d83aede1d13d..44adb9cdf61feb3d7d0b8f94313b4d08e5772614 100644 |
--- a/ui/views/controls/label.cc |
+++ b/ui/views/controls/label.cc |
@@ -226,7 +226,7 @@ std::string Label::GetClassName() const { |
return kViewClassName; |
} |
-bool Label::HitTest(const gfx::Point& l) const { |
+bool Label::HitTestRect(const gfx::Rect& rect) const { |
return false; |
} |