| Index: ui/message_center/views/message_view_factory.cc
|
| diff --git a/ui/message_center/views/message_view_factory.cc b/ui/message_center/views/message_view_factory.cc
|
| index c09982a8f2735ef88d69fdff8e168e61aadfe02f..df5f6d923f7e8b9a8b313a6504974aa19d0beeeb 100644
|
| --- a/ui/message_center/views/message_view_factory.cc
|
| +++ b/ui/message_center/views/message_view_factory.cc
|
| @@ -56,7 +56,7 @@ MessageView* MessageViewFactory::Create(MessageCenterController* controller,
|
| }
|
| #endif // OS_WIN
|
|
|
| - notification_view->CreateShadowBorder();
|
| + notification_view->SetIsNested();
|
| return notification_view;
|
| }
|
|
|
|
|