| 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 910acb36e56d3c862feb8043eb24c8078d6d4e26..b3f168e1213a99b989b623bcdca7e62197de509e 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.h
|
| +++ b/ash/common/system/tray/tray_popup_utils.h
|
| @@ -162,6 +162,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,
|
|
|