| Index: ui/aura/root_window_host_linux.h
|
| ===================================================================
|
| --- ui/aura/root_window_host_linux.h (revision 160403)
|
| +++ ui/aura/root_window_host_linux.h (working copy)
|
| @@ -30,8 +30,7 @@
|
| class RootWindowHostLinux : public RootWindowHost,
|
| public MessageLoop::Dispatcher {
|
| public:
|
| - RootWindowHostLinux(RootWindowHostDelegate* delegate,
|
| - const gfx::Rect& bounds);
|
| + RootWindowHostLinux(const gfx::Rect& bounds);
|
| virtual ~RootWindowHostLinux();
|
|
|
| // Overridden from Dispatcher overrides:
|
| @@ -46,6 +45,7 @@
|
| void DispatchXI2Event(const base::NativeEvent& event);
|
|
|
| // RootWindowHost Overrides.
|
| + virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
|
| virtual RootWindow* GetRootWindow() OVERRIDE;
|
| virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
|
|