| 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 3070d2352c0cdd8b50bf29ea09321ff6a108e653..ce883af04b95664bd3c28c7d6e1689d3642fb666 100644
|
| --- a/ui/message_center/views/notification_view.h
|
| +++ b/ui/message_center/views/notification_view.h
|
| @@ -35,6 +35,7 @@ class MESSAGE_CENTER_EXPORT NotificationView : public MessageView {
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual int GetHeightForWidth(int width) OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| + virtual void ScrollRectToVisible(const gfx::Rect& rect) OVERRIDE;
|
|
|
| // Overridden from MessageView:
|
| virtual void ButtonPressed(views::Button* sender,
|
|
|