Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: ash/common/system/tray/tray_popup_utils.h

Issue 2510603003: Add ink drop ripple to status tray (Closed)
Patch Set: Addressed review comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/tray/tray_background_view.cc ('k') | ash/common/system/tray/tray_popup_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ash/common/system/tray/tray_background_view.cc ('k') | ash/common/system/tray/tray_popup_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698