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

Unified Diff: ash/system/overview/overview_button_tray.h

Issue 2103113003: Fix shelf layout when switching from left-aligned shelf to right-aligned shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 6 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 792a8c30b5713f26fa686e1d64a77d849679078a..74a8653bf55e8ae4729ef47269548dd8b1502285 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -48,7 +48,8 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
void ClickedOutsideBubble() override;
base::string16 GetAccessibleNameForTray() override;
void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
- void SetShelfAlignment(ShelfAlignment alignment) override;
+ void SetShelfAlignment(ShelfAlignment alignment,
+ const gfx::Insets& insets) override;
private:
friend class OverviewButtonTrayTest;

Powered by Google App Engine
This is Rietveld 408576698