| Index: ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| diff --git a/ash/common/system/web_notification/ash_popup_alignment_delegate.h b/ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| index 0f2fd31d7f7bde0c1339d2c309cdb1941021b647..a1b3c6edf551d1ffb0cd6390590c5e893fb8d01a 100644
|
| --- a/ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| +++ b/ash/common/system/web_notification/ash_popup_alignment_delegate.h
|
| @@ -51,7 +51,7 @@ class ASH_EXPORT AshPopupAlignmentDelegate
|
| // Overridden from message_center::PopupAlignmentDelegate:
|
| int GetToastOriginX(const gfx::Rect& toast_bounds) const override;
|
| int GetBaseLine() const override;
|
| - int GetWorkAreaBottom() const override;
|
| + gfx::Rect GetWorkArea() const override;
|
| bool IsTopDown() const override;
|
| bool IsFromLeft() const override;
|
| void RecomputeAlignment(const display::Display& display) override;
|
|
|