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

Unified Diff: ui/views/corewm/window_util.h

Issue 11418224: Eliminates all ash dependencies from WindowModalityController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | « ui/views/corewm/focus_controller.cc ('k') | ui/views/corewm/window_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/window_util.h
===================================================================
--- ui/views/corewm/window_util.h (revision 170295)
+++ ui/views/corewm/window_util.h (working copy)
@@ -19,6 +19,15 @@
namespace views {
namespace corewm {
+VIEWS_EXPORT void ActivateWindow(aura::Window* window);
+VIEWS_EXPORT void DeactivateWindow(aura::Window* window);
+VIEWS_EXPORT bool IsActiveWindow(aura::Window* window);
+VIEWS_EXPORT bool CanActivateWindow(aura::Window* window);
+
+// Retrieves the activatable window for |window|. The ActivationClient makes
+// this determination.
+VIEWS_EXPORT aura::Window* GetActivatableWindow(aura::Window* window);
+
// Deletes |layer| and all its child layers.
VIEWS_EXPORT void DeepDeleteLayers(ui::Layer* layer);
« no previous file with comments | « ui/views/corewm/focus_controller.cc ('k') | ui/views/corewm/window_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698