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

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

Issue 2510603003: Add ink drop ripple to status tray (Closed)
Patch Set: 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 | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | ash/common/system/tray/system_tray.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray.h
diff --git a/ash/common/system/tray/system_tray.h b/ash/common/system/tray/system_tray.h
index d5c85f092c148caa25908b20bfdb8c9c5217c952..39f994b0141c623a986cab23ed17a33777eefcc8 100644
--- a/ash/common/system/tray/system_tray.h
+++ b/ash/common/system/tray/system_tray.h
@@ -172,6 +172,10 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
// Activates the system tray bubble.
void ActivateBubble();
+ protected:
+ // Overridden from TrayBackgroundView.
+ gfx::Insets GetBackgroundInsets() const override;
+
private:
class ActivationObserver;
@@ -264,6 +268,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
bool full_system_tray_menu_;
// These objects are not owned by this class.
+ TrayUser* tray_user_active_;
bruthig 2016/11/17 06:31:20 Consider renaming as |active_tray_user_|.
mohsen 2016/11/17 20:10:12 Not needed anymore. Removed.
TrayAccessibility* tray_accessibility_;
TrayAudio* tray_audio_; // May be null.
TrayCast* tray_cast_;
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | ash/common/system/tray/system_tray.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698