| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 5527f81218d023dd5bafc9efcf429beca59d9284..ed636f2de8059fdfa285493dea87e5ec7acf2282 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -581,7 +581,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
|
|
|