diff options
Diffstat (limited to 'ash/wm/frame_painter.cc')
-rw-r--r-- | ash/wm/frame_painter.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc index f92bc0b..3368001 100644 --- a/ash/wm/frame_painter.cc +++ b/ash/wm/frame_painter.cc @@ -177,8 +177,6 @@ bool IsSoloWindowHeaderCandidate(aura::Window* window) { // a transparent solo-window header. std::vector<Window*> GetWindowsForSoloHeaderUpdate(RootWindow* root_window) { std::vector<Window*> windows; - // During shutdown there may not be a workspace controller. In that case - // we don't care about updating any windows. // Avoid memory allocations for typical window counts. windows.reserve(16); // Collect windows from the desktop. |