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

Unified Diff: ash/mus/bridge/shell_port_mash.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/bridge/shell_port_mash.cc
diff --git a/ash/mus/bridge/shell_port_mash.cc b/ash/mus/bridge/shell_port_mash.cc
index 191ad69cbb7c60f0f9cd6a5e8a6c60771dbfcad1..bfe07fd6175fee320001f20e7e1468a3e79d764d 100644
--- a/ash/mus/bridge/shell_port_mash.cc
+++ b/ash/mus/bridge/shell_port_mash.cc
@@ -88,11 +88,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