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

Unified Diff: ash/shelf/shelf_layout_manager.h

Issue 118553004: aura: Add an EasyResizeWindowTargeter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r243131 Created 6 years, 11 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/ash.gyp ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_layout_manager.h
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index 06a13078a6c91879a0779905a857511c60801fe9..18d6ba4c175f615934bfef5ff9059911e615e208 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -315,6 +315,7 @@ class ASH_EXPORT ShelfLayoutManager :
ShelfVisibilityState visibility_state) const;
// Updates the hit test bounds override for shelf and status area.
+ // TODO(sad): Remove this (crbug.com/318879)
void UpdateHitTestBounds();
// Returns true if |window| is a descendant of the shelf.
@@ -336,6 +337,7 @@ class ASH_EXPORT ShelfLayoutManager :
DockedWindowLayoutManagerObserver::Reason reason) OVERRIDE;
// Generates insets for inward edge based on the current shelf alignment.
+ // TODO(sad): Remove this (crbug.com/318879)
gfx::Insets GetInsetsForAlignment(int distance) const;
// The RootWindow is cached so that we don't invoke Shell::GetInstance() from
« no previous file with comments | « ash/ash.gyp ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698