diff options
Diffstat (limited to 'ash/wm/overview/window_selector_item.h')
-rw-r--r-- | ash/wm/overview/window_selector_item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/overview/window_selector_item.h b/ash/wm/overview/window_selector_item.h index eedf3e1..0ea7178 100644 --- a/ash/wm/overview/window_selector_item.h +++ b/ash/wm/overview/window_selector_item.h @@ -86,7 +86,7 @@ class WindowSelectorItem { gfx::Rect bounds_; // True if running SetItemBounds. This prevents recursive calls resulting from - // the bounds update when calling ::wm::RecreateWindowLayers to copy + // the bounds update when calling views::corewm::RecreateWindowLayers to copy // a window layer for display on another monitor. bool in_bounds_update_; |