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

Unified Diff: ash/wm/window_util.h

Issue 2908333003: [mus+ash] Removes WmWindow from ash (app_list, frame, metrics, session, system, wallpaper) (Closed)
Patch Set: [mus+ash] Removes WmWindow from ash (cleaning remaining wm_window.h in c/b/ui) Created 3 years, 7 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_util.h
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
index d3fcf3d5ba078d0fca0b54c1c9f8e39a3a0b479f..6b7752a17053b0215a8c736cf5f1c35efd0110be 100644
--- a/ash/wm/window_util.h
+++ b/ash/wm/window_util.h
@@ -25,6 +25,9 @@ class EventHandler;
}
namespace ash {
+
+class ImmersiveFullscreenController;
+
namespace wm {
// Utility functions for window activation.
@@ -99,6 +102,10 @@ ASH_EXPORT void RemoveLimitedPreTargetHandlerForWindow(
ui::EventHandler* handler,
aura::Window* window);
+ASH_EXPORT void InstallResizeHandleWindowTargeterForWindow(
+ aura::Window* window,
+ ImmersiveFullscreenController* immersive_fullscreen_controller);
+
} // namespace wm
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698