| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index f2a5672529b4d85d9dceaefcf43202dad5d5a746..c6dcd095cc64eff95fa460fc1e536789e638d2c2 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -588,7 +588,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| gfx::Insets hit_test_bounds_override_outer_touch_;
|
| gfx::Insets hit_test_bounds_override_inner_;
|
|
|
| - ObserverList<WindowObserver> observers_;
|
| + ObserverList<WindowObserver, true> observers_;
|
|
|
| // Value struct to keep the name and deallocator for this property.
|
| // Key cannot be used for this purpose because it can be char* or
|
|
|