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