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

Unified Diff: ash/wm/window_properties.h

Issue 12319039: Set the window frames to be non transparent while the user is cycling through workspaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index 41144c9f95bcf344141b57b14c86d643d65e95a8..3804f76a0b24fadd5a1d0b69c4c6ea6dc4a119ed 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -29,6 +29,11 @@ class RootWindowController;
extern const aura::WindowProperty<internal::AlwaysOnTopController*>* const
kAlwaysOnTopControllerKey;
+// A property key to indicate that the user is cycling through workspaces.
+// The property should only be set on the root window.
+ASH_EXPORT extern const aura::WindowProperty<bool>* const
+ kCyclingThroughWorkspacesKey;
+
// A property key to disable the frame painter policy for solo windows.
// It is only available for root windows.
ASH_EXPORT extern const aura::WindowProperty<bool>* const

Powered by Google App Engine
This is Rietveld 408576698