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

Unified Diff: ash/mus/shell_delegate_mus.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/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index b068bc95b90043fd1c8bd34d19f77e5451e5b6a6..d19fcf4d211588c01bd688a39bb77edc26d6d67e 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -29,11 +29,11 @@ class SessionStateDelegateStub : public SessionStateDelegate {
~SessionStateDelegateStub() override {}
// SessionStateDelegate:
- bool ShouldShowAvatar(WmWindow* window) const override {
+ bool ShouldShowAvatar(aura::Window* window) const override {
NOTIMPLEMENTED();
return !user_info_->GetImage().isNull();
}
- gfx::ImageSkia GetAvatarImageForWindow(WmWindow* window) const override {
+ gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override {
NOTIMPLEMENTED();
return gfx::ImageSkia();
}

Powered by Google App Engine
This is Rietveld 408576698