| Index: ui/message_center/views/desktop_popup_alignment_delegate.cc
|
| diff --git a/ui/message_center/views/desktop_popup_alignment_delegate.cc b/ui/message_center/views/desktop_popup_alignment_delegate.cc
|
| index a6c0e5305f4032023eea607177008524bb2e8849..1c32a1eb1e22e69208aebd3f92141faf861d5592 100644
|
| --- a/ui/message_center/views/desktop_popup_alignment_delegate.cc
|
| +++ b/ui/message_center/views/desktop_popup_alignment_delegate.cc
|
| @@ -46,8 +46,8 @@ int DesktopPopupAlignmentDelegate::GetBaseLine() const {
|
| : work_area_.bottom() - kMarginBetweenItems;
|
| }
|
|
|
| -int DesktopPopupAlignmentDelegate::GetWorkAreaBottom() const {
|
| - return work_area_.bottom();
|
| +gfx::Rect DesktopPopupAlignmentDelegate::GetWorkArea() const {
|
| + return work_area_;
|
| }
|
|
|
| bool DesktopPopupAlignmentDelegate::IsTopDown() const {
|
|
|