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

Unified Diff: ash/wm/immersive_fullscreen_controller.h

Issue 97943002: Enable revealing the top-of-window views in immersive fullscreen when the owning window is inactive (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « no previous file | 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 9d0f757c1e012369273829e7175bba2eb06124b6..7e0ca78bd9b49a88c184557236d63eba4580596f 100644
--- a/ash/wm/immersive_fullscreen_controller.h
+++ b/ash/wm/immersive_fullscreen_controller.h
@@ -143,10 +143,6 @@ class ASH_EXPORT ImmersiveFullscreenController
private:
friend class ImmersiveFullscreenControllerTest;
- enum AllowRevealWhileClosing {
- ALLOW_REVEAL_WHILE_CLOSING_YES,
- ALLOW_REVEAL_WHILE_CLOSING_NO
- };
enum Animate {
ANIMATE_NO,
ANIMATE_SLOW,
@@ -176,12 +172,7 @@ class ASH_EXPORT ImmersiveFullscreenController
// Updates |located_event_revealed_lock_| based on the current mouse state and
// the current touch state.
// |event| is NULL if the source event is not known.
- // |allow_reveal_while_closing| indicates whether the mouse and touch
- // are allowed to initiate a reveal while the top-of-window views are sliding
- // closed.
- void UpdateLocatedEventRevealedLock(
- ui::LocatedEvent* event,
- AllowRevealWhileClosing allow_reveal_while_closing);
+ void UpdateLocatedEventRevealedLock(ui::LocatedEvent* event);
// Acquires |located_event_revealed_lock_| if it is not already held.
void AcquireLocatedEventRevealedLock();
« no previous file with comments | « no previous file | ash/wm/immersive_fullscreen_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698