| Index: ash/wm/aura/wm_window_aura.cc
|
| diff --git a/ash/wm/aura/wm_window_aura.cc b/ash/wm/aura/wm_window_aura.cc
|
| index 6d4fd902a86fabf4499c46d1942d4a15c5672740..6d64daef02f9e76887c71eb8fff2748271735b53 100644
|
| --- a/ash/wm/aura/wm_window_aura.cc
|
| +++ b/ash/wm/aura/wm_window_aura.cc
|
| @@ -190,6 +190,10 @@ bool WmWindowAura::IsVisible() const {
|
| return window_->IsVisible();
|
| }
|
|
|
| +bool WmWindowAura::IsSystemModal() const {
|
| + return window_->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_SYSTEM;
|
| +}
|
| +
|
| bool WmWindowAura::GetBoolProperty(WmWindowProperty key) {
|
| switch (key) {
|
| case WmWindowProperty::SNAP_CHILDREN_TO_PIXEL_BOUDARY:
|
|
|