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

Unified Diff: ash/shelf/shelf_window_targeter.h

Issue 2904273002: [mus+ash] Removes WmWindow from RootWindowcontroller implementation (Closed)
Patch Set: [mus+ash] Removes WmWindow from RootWindowcontroller implementation (rebased) 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
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shelf/shelf_window_targeter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_window_targeter.h
diff --git a/ash/shelf/shelf_window_targeter.h b/ash/shelf/shelf_window_targeter.h
index b1f090dc90086a4a2fe27c3a2a8a9af2e45e9151..68891315c34bc2bedd40b16dadb0a8508421b0d3 100644
--- a/ash/shelf/shelf_window_targeter.h
+++ b/ash/shelf/shelf_window_targeter.h
@@ -13,7 +13,6 @@
namespace ash {
class Shelf;
-class WmWindow;
// ShelfWindowTargeter makes it easier to resize windows with the mouse when the
// window-edge slightly overlaps with the shelf edge. The targeter also makes it
@@ -22,7 +21,7 @@ class ShelfWindowTargeter : public ::wm::EasyResizeWindowTargeter,
public aura::WindowObserver,
public ShelfObserver {
public:
- ShelfWindowTargeter(WmWindow* container, Shelf* shelf);
+ ShelfWindowTargeter(aura::Window* container, Shelf* shelf);
~ShelfWindowTargeter() override;
private:
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shelf/shelf_window_targeter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698