| 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 e130a3093493c0fcf4ba7e277a5c30fce5080615..6e3ec0e10ca38888cf7006a3139c6af5cdc86e97 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:
|
|
|