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

Unified Diff: ui/aura_shell/app_list.cc

Issue 8771015: Rename Desktop->RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/aura/window_unittest.cc ('k') | ui/aura_shell/aura_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/app_list.cc
===================================================================
--- ui/aura_shell/app_list.cc (revision 113260)
+++ ui/aura_shell/app_list.cc (working copy)
@@ -82,7 +82,7 @@
widget_ = widget;
widget_->AddObserver(this);
GetLayer(widget_)->GetAnimator()->AddObserver(this);
- Shell::GetInstance()->AddDesktopEventFilter(this);
+ Shell::GetInstance()->AddRootWindowEventFilter(this);
widget_->SetBounds(GetPreferredBounds(false));
widget_->SetOpacity(0);
@@ -100,7 +100,7 @@
widget_->RemoveObserver(this);
GetLayer(widget_)->GetAnimator()->RemoveObserver(this);
- Shell::GetInstance()->RemoveDesktopEventFilter(this);
+ Shell::GetInstance()->RemoveRootWindowEventFilter(this);
widget_ = NULL;
}
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/aura_shell/aura_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698