| Index: ash/host/ash_window_tree_host_x11.h
|
| diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
|
| index 539f8938d6b7ae96f8300fc08191dcfdaec6ccc9..f05d3dffff986f60c7e5840f15bf43108ee21c0e 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -20,7 +20,8 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| public aura::WindowTreeHostX11,
|
| public aura::EnvObserver {
|
| public:
|
| - explicit AshWindowTreeHostX11(const gfx::Rect& initial_bounds);
|
| + AshWindowTreeHostX11(const gfx::Rect& initial_bounds,
|
| + ui::ContextFactory* context_factory);
|
| virtual ~AshWindowTreeHostX11();
|
|
|
| private:
|
|
|