| Index: ash/common/wm_window.h
|
| diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
|
| index 069899a30dfae88174f8943ae4a8a80447652861..1a8db629794125cd56f12aa3d8dfff801dd51f13 100644
|
| --- a/ash/common/wm_window.h
|
| +++ b/ash/common/wm_window.h
|
| @@ -134,6 +134,7 @@ class ASH_EXPORT WmWindow {
|
| virtual bool IsSystemModal() const = 0;
|
|
|
| virtual bool GetBoolProperty(WmWindowProperty key) = 0;
|
| + virtual void SetBoolProperty(WmWindowProperty key, bool value) = 0;
|
| virtual SkColor GetColorProperty(WmWindowProperty key) = 0;
|
| virtual void SetColorProperty(WmWindowProperty key, SkColor value) = 0;
|
| virtual int GetIntProperty(WmWindowProperty key) = 0;
|
|
|