| 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 a607b03c30288d1b01420cb4d739113843f63a02..9b4d35fbada55326e21c1f67e7affca4323ca6b1 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -48,7 +48,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* GetEventHandlerForRect(const gfx::Rect& rect) OVERRIDE;
|
| + virtual views::View* GetEventHandlerForRect(const gfx::RectF& rect) OVERRIDE;
|
| virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
|
|
| // Overridden from MessageView:
|
|
|