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

Unified Diff: ash/shell/shell_delegate_impl.cc

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/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index e9112bac622fa58e48c0fb014306e3919a763860..e0f932bdcc3a6c4206135b485b13957e06478170 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -66,10 +66,10 @@ class SessionStateDelegateImpl : public SessionStateDelegate {
~SessionStateDelegateImpl() override {}
// SessionStateDelegate:
- bool ShouldShowAvatar(WmWindow* window) const override {
+ bool ShouldShowAvatar(aura::Window* window) const override {
return !user_info_->GetImage().isNull();
}
- gfx::ImageSkia GetAvatarImageForWindow(WmWindow* window) const override {
+ gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override {
return gfx::ImageSkia();
}

Powered by Google App Engine
This is Rietveld 408576698