Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Unified Diff: ash/wm/immersive_fullscreen_controller.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/gestures/shelf_gesture_handler.cc ('k') | ash/wm/immersive_fullscreen_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/wm/gestures/shelf_gesture_handler.cc ('k') | ash/wm/immersive_fullscreen_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698