Index: ash/system/web_notification/web_notification_tray.cc |
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc |
index 2b33e44b6d87edfa4d86ab26c9cdf8416aa78140..2a6e2deadca711b826939adb51059a6d617820e2 100644 |
--- a/ash/system/web_notification/web_notification_tray.cc |
+++ b/ash/system/web_notification/web_notification_tray.cc |
@@ -330,7 +330,8 @@ bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) { |
NOTREACHED(); |
} |
- message_center_bubble->SetMaxHeight(std::max(0, max_height - kTraySpacing)); |
+ message_center_bubble->SetMaxHeight(std::max(0, |
+ max_height - GetTraySpacing())); |
if (show_settings) |
message_center_bubble->SetSettingsVisible(); |
message_center_bubble_.reset( |