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

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

Issue 1909273003: Makes PhantonWindowController use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@workspace_window_resizer
Patch Set: merge 2 trunk 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
« no previous file with comments | « ash/frame/caption_buttons/frame_size_button.cc ('k') | ash/wm/aura/wm_window_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9638cc4dffe19c1d0ec52282be1da0fe010449ec..260bbec3f4b5141ba2804b6be4c7e95199205b50 100644
--- a/ash/wm/aura/wm_window_aura.h
+++ b/ash/wm/aura/wm_window_aura.h
@@ -41,6 +41,8 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
const WmWindow* GetRootWindow() const override;
WmRootWindowController* GetRootWindowController() override;
WmGlobals* GetGlobals() const override;
+ void SetName(const std::string& name) override;
+ void SetShellWindowId(int id) override;
int GetShellWindowId() override;
WmWindow* GetChildByShellWindowId(int id) override;
ui::wm::WindowType GetType() const override;
« no previous file with comments | « ash/frame/caption_buttons/frame_size_button.cc ('k') | ash/wm/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698