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

Unified Diff: ash/system/overview/overview_button_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/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index 5de4b3dfe63005e99d21f794c3573f0b4635b56c..d9d72221ff2bc6bba4ad9ef1b74a434228d2dbc3 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -49,6 +49,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
base::string16 GetAccessibleNameForTray() override;
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
void SetShelfAlignment(wm::ShelfAlignment alignment) override;
+ void GetHitRegionInsets(gfx::Insets& insets) override;
private:
friend class OverviewButtonTrayTest;

Powered by Google App Engine
This is Rietveld 408576698