| Index: ash/wm/panels/attached_panel_window_targeter.cc
|
| diff --git a/ash/wm/panels/attached_panel_window_targeter.cc b/ash/wm/panels/attached_panel_window_targeter.cc
|
| index 07b88c62d16e237c7b3092c5d3014ccbd75d51c9..2165c3a877ca8e8f2b0ac7fe6750f3cb212eeb70 100644
|
| --- a/ash/wm/panels/attached_panel_window_targeter.cc
|
| +++ b/ash/wm/panels/attached_panel_window_targeter.cc
|
| @@ -52,7 +52,7 @@ void AttachedPanelWindowTargeter::UpdateTouchExtend(aura::Window* root_window) {
|
| DCHECK(panel_layout_manager_->shelf());
|
| gfx::Insets touch(default_touch_extend_);
|
| set_touch_extend(
|
| - wm::WmShelfAura::GetShelf(panel_layout_manager_->shelf())
|
| + WmShelfAura::GetShelf(panel_layout_manager_->shelf())
|
| ->SelectValueForShelfAlignment(
|
| gfx::Insets(touch.top(), touch.left(), 0, touch.right()),
|
| gfx::Insets(touch.top(), 0, touch.bottom(), touch.right()),
|
|
|