| Index: mash/wm/property_util.h
|
| diff --git a/mash/wm/property_util.h b/mash/wm/property_util.h
|
| index 026bebd34aba6d1fb0f703ab8ef5378992b3bcbf..4529bb9c2d28d5f25e6e6dff2fb5c5e645568b52 100644
|
| --- a/mash/wm/property_util.h
|
| +++ b/mash/wm/property_util.h
|
| @@ -66,6 +66,9 @@ base::string16 GetAppID(const mus::Window* window);
|
|
|
| bool GetWindowIgnoredByShelf(mus::Window* window);
|
|
|
| +void SetAlwaysOnTop(mus::Window* window, bool value);
|
| +bool IsAlwaysOnTop(mus::Window* window);
|
| +
|
| } // namespace wm
|
| } // namespace mash
|
|
|
|
|