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

Unified Diff: ui/aura/root_window.h

Issue 22325002: Removes unused parameter from RootWindow::OnWindowHidden. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 0e40d8a2f5f5b5c86bedd5de39d660410217dd02..e8a6b260f85ae1a241702343b6daa349d102ece7 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -338,11 +338,8 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Called when a window becomes invisible, either by being removed
// from root window hierarchy, via SetVisible(false) or being destroyed.
- // |reason| specifies what triggered the hiding. |new_root| is the new root
- // window, and may be NULL.
- void OnWindowHidden(Window* invisible,
- WindowHiddenReason reason,
- RootWindow* new_root);
+ // |reason| specifies what triggered the hiding.
+ void OnWindowHidden(Window* invisible, WindowHiddenReason reason);
// Cleans up the gesture recognizer for all windows in |window| (including
// |window| itself).
« no previous file with comments | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698