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

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

Issue 1998933002: Update shelf spacing in Chrome OS according to the MD specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments & Refactor border around item implementation Created 4 years, 7 months 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/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index 1e5502a6e778919347eb33963e0b39abcfedd35c..a9eb362d84e9225e05b4ceee4d9323b41957ce7f 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -157,6 +157,8 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
// Gets tray_date_ for browser tests.
TrayDate* GetTrayDateForTesting() const;
+ void GetHitRegionInsets(gfx::Insets& insets) override;
+
private:
// Creates the default set of items for the sytem tray.
void CreateItems(SystemTrayDelegate* delegate);

Powered by Google App Engine
This is Rietveld 408576698