| Index: ash/common/wm_window.h
|
| diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
|
| index 6dbe40be28e53eb3fc01875e1d7682972ecddf3f..927863bbb22388ccfaf18882fa6b921ac6060fce 100644
|
| --- a/ash/common/wm_window.h
|
| +++ b/ash/common/wm_window.h
|
| @@ -93,8 +93,6 @@ class ASH_EXPORT WmWindow {
|
| virtual int GetAppType() const = 0;
|
| virtual void SetAppType(int app_type) const = 0;
|
|
|
| - virtual bool IsBubble() = 0;
|
| -
|
| virtual ui::Layer* GetLayer() = 0;
|
|
|
| // TODO(sky): these are temporary until GetLayer() always returns non-null.
|
|
|