| Index: ui/message_center/views/custom_notification_view.h
|
| diff --git a/ui/message_center/views/custom_notification_view.h b/ui/message_center/views/custom_notification_view.h
|
| index fd8b7600d26b967e395f7816c33be76184f420af..0700010253ee5b28ea2feac390fe1719ea79e365 100644
|
| --- a/ui/message_center/views/custom_notification_view.h
|
| +++ b/ui/message_center/views/custom_notification_view.h
|
| @@ -41,6 +41,7 @@ class MESSAGE_CENTER_EXPORT CustomNotificationView : public MessageView {
|
| void RequestFocus() override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| bool OnKeyPressed(const ui::KeyEvent& event) override;
|
| + void ChildPreferredSizeChanged(View* child) override;
|
|
|
| private:
|
| friend class CustomNotificationViewTest;
|
|
|