| Index: athena/wm/window_overview_mode.h
|
| diff --git a/athena/wm/window_overview_mode.h b/athena/wm/window_overview_mode.h
|
| index 208b0272917e316b0e1a2c328b013d3be72eca54..80f2844cfd8b3de862383da71612b966a4cd7f44 100644
|
| --- a/athena/wm/window_overview_mode.h
|
| +++ b/athena/wm/window_overview_mode.h
|
| @@ -17,12 +17,13 @@ class WindowOverviewModeDelegate {
|
| virtual ~WindowOverviewModeDelegate() {}
|
|
|
| // Called to activate |window|, set its bounds and set its visibility when
|
| - // |window| is selected in overview mode. |window| is NULL if there are no
|
| + // |window| is selected in overview mode. |window| is nullptr if there are no
|
| // windows in overview mode.
|
| virtual void OnSelectWindow(aura::Window* window) = 0;
|
|
|
| // Gets into split-view mode with |left| on the left-side of the screen, and
|
| - // |right| on the right-side. If |left| or |right| is NULL, then the delegate
|
| + // |right| on the right-side. If |left| or |right| is nullptr, then the
|
| + // delegate
|
| // selects the best option in its place.
|
| virtual void OnSelectSplitViewWindow(aura::Window* left,
|
| aura::Window* right,
|
|
|