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

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
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..8eeacb942f6652050d44ba8ce42f09412ce8828f 100644
--- a/ash/common/system/tray/tray_popup_utils.h
+++ b/ash/common/system/tray/tray_popup_utils.h
@@ -164,6 +164,10 @@ class TrayPopupUtils {
private:
// Returns the effective ink drop bounds for |host| according to the
tdanderson 2016/11/17 23:55:22 nit: this comment references "bounds" but the func
mohsen 2016/11/18 05:20:56 Oops! Forgot to fix the comment! Thanks. Done.
// |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,
const views::View* host);

Powered by Google App Engine
This is Rietveld 408576698