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

Unified Diff: ash/common/shelf/wm_shelf.h

Issue 2029323002: mash: Convert AshPopupAlignmentDelegate to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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
« no previous file with comments | « ash/aura/wm_shelf_aura.cc ('k') | ash/common/shelf/wm_shelf_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index 6c78efcc1efb3f804184e074b27756640fc40fba..834b494811eee46d5c5757084eb0ff12068a3c97 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -29,12 +29,16 @@ class ASH_EXPORT WmShelf {
virtual ShelfAutoHideBehavior GetAutoHideBehavior() const = 0;
virtual void SetAutoHideBehavior(ShelfAutoHideBehavior behavior) = 0;
+ virtual ShelfAutoHideState GetAutoHideState() const = 0;
+
virtual ShelfBackgroundType GetBackgroundType() const = 0;
virtual void UpdateVisibilityState() = 0;
virtual ShelfVisibilityState GetVisibilityState() const = 0;
+ virtual gfx::Rect GetUserWorkAreaBounds() const = 0;
+
virtual void UpdateIconPositionForWindow(WmWindow* window) = 0;
// Returns the screen bounds of the item for the specified window. If there is
« no previous file with comments | « ash/aura/wm_shelf_aura.cc ('k') | ash/common/shelf/wm_shelf_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698