| Index: ui/aura/window_tree_host.h
|
| diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
|
| index 0ee92d43b3bf636a96c9656e56cc7bc58bf1f6e6..6bf153b925756156d61553cca09c81d43d5463cd 100644
|
| --- a/ui/aura/window_tree_host.h
|
| +++ b/ui/aura/window_tree_host.h
|
| @@ -60,8 +60,6 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
|
|
|
| void InitHost();
|
|
|
| - void InitCompositor();
|
| -
|
| void AddObserver(WindowTreeHostObserver* observer);
|
| void RemoveObserver(WindowTreeHostObserver* observer);
|
|
|
| @@ -193,6 +191,7 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
|
| void DestroyDispatcher();
|
|
|
| void CreateCompositor();
|
| + void InitCompositor();
|
| void OnAcceleratedWidgetAvailable();
|
|
|
| // Returns the location of the RootWindow on native screen.
|
|
|