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

Unified Diff: ash/wm/aura/wm_window_aura.h

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes Created 4 years, 8 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/wm/aura/wm_window_aura.h
diff --git a/ash/wm/aura/wm_window_aura.h b/ash/wm/aura/wm_window_aura.h
index fd360ff569d1457bd13a9c31158141b0cbc59f81..b5ad2e75af66f0112fdfe8885edd82e05ec23c84 100644
--- a/ash/wm/aura/wm_window_aura.h
+++ b/ash/wm/aura/wm_window_aura.h
@@ -43,7 +43,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
WmGlobals* GetGlobals() const override;
void SetName(const std::string& name) override;
void SetShellWindowId(int id) override;
- int GetShellWindowId() override;
+ int GetShellWindowId() const override;
WmWindow* GetChildByShellWindowId(int id) override;
ui::wm::WindowType GetType() const override;
ui::Layer* GetLayer() override;

Powered by Google App Engine
This is Rietveld 408576698