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

Unified Diff: ash/wm/window_properties.h

Issue 13315002: Add in gesture for immersive mode (Closed) Base URL: https://codereview.chromium.org/12529026/
Patch Set: Rebasing Created 7 years, 9 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/edge_gesture_handler.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index 21d7ae9e5dfedf7dbe12bf73b0c7cfbe2b0e116a..b34275a20330aab79658848f9e2b7ab9ea8349e7 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -54,6 +54,10 @@ ASH_EXPORT extern const aura::WindowProperty<bool>* const kImmersiveModeKey;
// True if this window is an attached panel.
ASH_EXPORT extern const aura::WindowProperty<bool>* const kPanelAttachedKey;
+// True if there is a pending immersive gesture occurance for this window.
+ASH_EXPORT extern const aura::WindowProperty<bool>* const
+ kPendingImmersiveGestureKey;
+
// Used to remember the show state before the window was minimized.
extern const aura::WindowProperty<ui::WindowShowState>* const
kRestoreShowStateKey;
« no previous file with comments | « ash/wm/gestures/edge_gesture_handler.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698