Chromium Code Reviews| Index: ash/common/wm_window.h |
| diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h |
| index 3711ec655f2932baa27d3b138f348909034ded54..a1529c40d68520f06dcf03b425e252db0415e81d 100644 |
| --- a/ash/common/wm_window.h |
| +++ b/ash/common/wm_window.h |
| @@ -9,10 +9,12 @@ |
| #include <vector> |
| #include "ash/ash_export.h" |
| +#include "ash/public/cpp/window_properties.h" |
| #include "base/macros.h" |
| #include "base/observer_list.h" |
| #include "base/strings/string16.h" |
| #include "base/time/time.h" |
| +#include "ui/aura/client/aura_constants.h" |
| #include "ui/aura/window_observer.h" |
| #include "ui/base/ui_base_types.h" |
| #include "ui/compositor/layer_animation_element.h" |
| @@ -250,6 +252,9 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver, |
| void SetShowState(ui::WindowShowState show_state); |
| ui::WindowShowState GetShowState() const; |
| + void SetPinType(WindowPinType type); |
|
sky
2017/03/31 20:54:47
WmWindow is going to go away. The call sites shoul
Peng
2017/04/03 15:11:27
Done.
|
| + WindowPinType GetPinType() const; |
| + |
| void SetPreMinimizedShowState(ui::WindowShowState show_state); |
| ui::WindowShowState GetPreMinimizedShowState() const; |
| void SetPreFullscreenShowState(ui::WindowShowState show_state); |