Index: ui/message_center/views/notification_view.h |
diff --git a/ui/message_center/views/notification_view.h b/ui/message_center/views/notification_view.h |
index 5479939da8cc8868cd8b46b12281624bfd5a409c..b6dde35d0e5775b5c550b2988746087f99b78ffa 100644 |
--- a/ui/message_center/views/notification_view.h |
+++ b/ui/message_center/views/notification_view.h |
@@ -45,8 +45,7 @@ class MESSAGE_CENTER_EXPORT NotificationView : public MessageView { |
virtual void Layout() OVERRIDE; |
virtual void OnFocus() OVERRIDE; |
virtual void ScrollRectToVisible(const gfx::Rect& rect) OVERRIDE; |
- virtual views::View* GetEventHandlerForPoint( |
- const gfx::Point& point) OVERRIDE; |
+ virtual views::View* GetEventHandlerForRect(const gfx::Rect& rect) OVERRIDE; |
virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE; |
// Overridden from MessageView: |