| Index: ash/wm/immersive_fullscreen_controller.h
|
| diff --git a/ash/wm/immersive_fullscreen_controller.h b/ash/wm/immersive_fullscreen_controller.h
|
| index 9b28d8e1f5b24cdf18a9d25e78f90b05c883e7d0..0952edad593be00dd93555f748f404186d47505f 100644
|
| --- a/ash/wm/immersive_fullscreen_controller.h
|
| +++ b/ash/wm/immersive_fullscreen_controller.h
|
| @@ -121,8 +121,8 @@ class ASH_EXPORT ImmersiveFullscreenController
|
| // fullscreen being enabled / disabled. If acquiring the lock causes a reveal,
|
| // the top-of-window views will animate according to |animate_reveal|. The
|
| // caller takes ownership of the returned lock.
|
| - ImmersiveRevealedLock* GetRevealedLock(
|
| - AnimateReveal animate_reveal) WARN_UNUSED_RESULT;
|
| + ImmersiveRevealedLock* GetRevealedLock(AnimateReveal animate_reveal)
|
| + WARN_UNUSED_RESULT;
|
|
|
| // Disables animations and moves the mouse so that it is not over the
|
| // top-of-window views for the sake of testing.
|
| @@ -171,11 +171,7 @@ class ASH_EXPORT ImmersiveFullscreenController
|
| REVEALED,
|
| SLIDING_CLOSED,
|
| };
|
| - enum SwipeType {
|
| - SWIPE_OPEN,
|
| - SWIPE_CLOSE,
|
| - SWIPE_NONE
|
| - };
|
| + enum SwipeType { SWIPE_OPEN, SWIPE_CLOSE, SWIPE_NONE };
|
|
|
| // Enables or disables observers for mouse, touch, focus, and activation.
|
| void EnableWindowObservers(bool enable);
|
|
|