| Index: ash/host/ash_remote_window_tree_host_win.h
|
| diff --git a/ash/host/ash_remote_window_tree_host_win.h b/ash/host/ash_remote_window_tree_host_win.h
|
| index 63017f2d744df6e711ef60736616a84f31d0ac10..0c6025a728974a18b3b5a9e2d06be6a9f7e1b2b6 100644
|
| --- a/ash/host/ash_remote_window_tree_host_win.h
|
| +++ b/ash/host/ash_remote_window_tree_host_win.h
|
| @@ -18,7 +18,8 @@ class ASH_EXPORT AshRemoteWindowTreeHostWin
|
| : public AshWindowTreeHost,
|
| public aura::RemoteWindowTreeHostWin {
|
| public:
|
| - explicit AshRemoteWindowTreeHostWin(HWND remote_hwnd);
|
| + AshRemoteWindowTreeHostWin(HWND remote_hwnd,
|
| + ui::ContextFactory* context_factory);
|
|
|
| private:
|
| virtual ~AshRemoteWindowTreeHostWin();
|
|
|