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

Unified Diff: ash/wm/panels/attached_panel_window_targeter.h

Issue 2041423003: Converts ShellObserver from aura::Window to ash::WmWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/shell_observer.h ('k') | ash/wm/panels/attached_panel_window_targeter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/attached_panel_window_targeter.h
diff --git a/ash/wm/panels/attached_panel_window_targeter.h b/ash/wm/panels/attached_panel_window_targeter.h
index ac715ccde682d931ee0f41d2032e487cea7293e7..423e229f8dc9282991df1ac63079dd457a510098 100644
--- a/ash/wm/panels/attached_panel_window_targeter.h
+++ b/ash/wm/panels/attached_panel_window_targeter.h
@@ -26,8 +26,8 @@ class AttachedPanelWindowTargeter : public ::wm::EasyResizeWindowTargeter,
~AttachedPanelWindowTargeter() override;
// ShellObserver:
- void OnShelfCreatedForRootWindow(aura::Window* root_window) override;
- void OnShelfAlignmentChanged(aura::Window* root_window) override;
+ void OnShelfCreatedForRootWindow(WmWindow* root_window) override;
+ void OnShelfAlignmentChanged(WmWindow* root_window) override;
private:
void UpdateTouchExtend(aura::Window* root_window);
« no previous file with comments | « ash/shell_observer.h ('k') | ash/wm/panels/attached_panel_window_targeter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698