Chromium Code Reviews| Index: ui/aura/window_tree_host.h |
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h |
| index b08391ffcf6ac3d44bdd5085c7c44b2e5699655c..7de4690c1615494ba0d8f15178a9eb3ac8c4024e 100644 |
| --- a/ui/aura/window_tree_host.h |
| +++ b/ui/aura/window_tree_host.h |
| @@ -182,8 +182,6 @@ class AURA_EXPORT WindowTreeHost { |
| ObserverList<WindowTreeHostObserver> observers_; |
| - scoped_ptr<WindowEventDispatcher> dispatcher_; |
| - |
| scoped_ptr<ui::Compositor> compositor_; |
| // Last cursor set. Used for testing. |
| @@ -191,6 +189,7 @@ class AURA_EXPORT WindowTreeHost { |
| gfx::Point last_cursor_request_position_in_host_; |
| scoped_ptr<ui::ViewProp> prop_; |
| + scoped_ptr<WindowEventDispatcher> dispatcher_; |
|
sadrul
2015/02/10 19:10:15
Is this change in order necessary? if not, remove.
tdresser
2015/02/11 16:10:25
Done.
|
| DISALLOW_COPY_AND_ASSIGN(WindowTreeHost); |
| }; |