| Index: ash/aura/wm_window_aura.h
|
| diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
|
| index 1bf4da0923c0b015f47c4dca33c6271899e5f2c4..9ea365f1cb21a004ffb452a7d6ff548d8a154aa3 100644
|
| --- a/ash/aura/wm_window_aura.h
|
| +++ b/ash/aura/wm_window_aura.h
|
| @@ -58,6 +58,8 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
|
| int GetShellWindowId() const override;
|
| WmWindow* GetChildByShellWindowId(int id) override;
|
| ui::wm::WindowType GetType() const override;
|
| + int GetAppType() const override;
|
| + void SetAppType(int app_type) const override;
|
| bool IsBubble() override;
|
| ui::Layer* GetLayer() override;
|
| display::Display GetDisplayNearestWindow() override;
|
|
|