| Index: ash/wm/window_state.h
|
| diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
|
| index cc4627377688ca92ec0d33fd2cbdc3ab6011d533..0e5c27105961aa412d953a9870cc233be96d4479 100644
|
| --- a/ash/wm/window_state.h
|
| +++ b/ash/wm/window_state.h
|
| @@ -108,6 +108,9 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
|
| bool IsActive() const;
|
| bool IsDocked() const;
|
|
|
| + // Returns true if the window's location can be controlled by the user.
|
| + bool IsUserPositionable() const;
|
| +
|
| // Checks if the window can change its state accordingly.
|
| bool CanMaximize() const;
|
| bool CanMinimize() const;
|
|
|