| Index: ui/aura/root_window_host_win.h
|
| ===================================================================
|
| --- ui/aura/root_window_host_win.h (revision 160403)
|
| +++ ui/aura/root_window_host_win.h (working copy)
|
| @@ -17,11 +17,10 @@
|
|
|
| class RootWindowHostWin : public RootWindowHost, public ui::WindowImpl {
|
| public:
|
| - RootWindowHostWin(RootWindowHostDelegate* delegate,
|
| - const gfx::Rect& bounds);
|
| + RootWindowHostWin(const gfx::Rect& bounds);
|
| virtual ~RootWindowHostWin();
|
| -
|
| // RootWindowHost:
|
| + virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
|
| virtual RootWindow* GetRootWindow() OVERRIDE;
|
| virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
|
|