| 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
|
|
|