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

Unified Diff: ash/wm/window_properties.h

Issue 14195016: Add in gesture for immersive mode (Closed) Base URL: https://codereview.chromium.org/13315002/
Patch Set: Created 7 years, 8 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
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;

Powered by Google App Engine
This is Rietveld 408576698