| Index: ash/wm/ash_focus_rules.h
|
| diff --git a/ash/wm/ash_focus_rules.h b/ash/wm/ash_focus_rules.h
|
| index c7430e87475b915b14294825cd57d6c9727399b1..97546cd7e977d34c2f6766cd1c0583e77cc77072 100644
|
| --- a/ash/wm/ash_focus_rules.h
|
| +++ b/ash/wm/ash_focus_rules.h
|
| @@ -24,6 +24,7 @@ class ASH_EXPORT AshFocusRules : public ::wm::BaseFocusRules {
|
|
|
| private:
|
| // ::wm::BaseFocusRules:
|
| + bool IsToplevelWindow(aura::Window* window) const override;
|
| bool SupportsChildActivation(aura::Window* window) const override;
|
| bool IsWindowConsideredVisibleForActivation(
|
| aura::Window* window) const override;
|
|
|