| Index: ash/common/system/tray/tray_popup_utils.h
|
| diff --git a/ash/common/system/tray/tray_popup_utils.h b/ash/common/system/tray/tray_popup_utils.h
|
| index 404c23c9143ff65b7b97a1048cf6b4961ff3e259..2812d13f348582b416b0f26203776177d156e22c 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.h
|
| +++ b/ash/common/system/tray/tray_popup_utils.h
|
| @@ -168,6 +168,10 @@ class TrayPopupUtils {
|
| static bool CanOpenWebUISettings(LoginStatus status);
|
|
|
| private:
|
| + // Returns the effective ink drop insets for |host| according to the
|
| + // |ink_drop_style|.
|
| + static gfx::Insets GetInkDropInsets(TrayPopupInkDropStyle ink_drop_style);
|
| +
|
| // Returns the effective ink drop bounds for |host| according to the
|
| // |ink_drop_style|.
|
| static gfx::Rect GetInkDropBounds(TrayPopupInkDropStyle ink_drop_style,
|
|
|