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

Unified Diff: ash/wm/shelf_layout_manager.h

Issue 10027007: ash: Make sure the uber-tray popup is positioned correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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/wm/shelf_layout_manager.h
diff --git a/ash/wm/shelf_layout_manager.h b/ash/wm/shelf_layout_manager.h
index 10988c4cfbcef23ce84d56d82cccb4d94881c217..5b4794b33a46236df872e29bd3abe4325539ca7c 100644
--- a/ash/wm/shelf_layout_manager.h
+++ b/ash/wm/shelf_layout_manager.h
@@ -94,7 +94,7 @@ class ASH_EXPORT ShelfLayoutManager : public aura::LayoutManager,
int shelf_height() const { return shelf_height_; }
// Returns whether the shelf and its contents (launcher, status) are visible
- // on the screen.
+ // on the screen and have non-empty bounds.
bool IsVisible() const;
// Returns the bounds the specified window should be when maximized.

Powered by Google App Engine
This is Rietveld 408576698