| Index: ash/common/wm_window.h
|
| diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
|
| index 7f4964141d7ea9157b2433726e65bb19d91bf4a2..a02cbf743d5aedbe69a52dc5c9e9c1f590620ea4 100644
|
| --- a/ash/common/wm_window.h
|
| +++ b/ash/common/wm_window.h
|
| @@ -89,6 +89,8 @@ class ASH_EXPORT WmWindow {
|
| virtual WmWindow* GetChildByShellWindowId(int id) = 0;
|
|
|
| virtual ui::wm::WindowType GetType() const = 0;
|
| + virtual int GetAppType() const = 0;
|
| + virtual void SetAppType(int app_type) const = 0;
|
|
|
| virtual bool IsBubble() = 0;
|
|
|
|
|