| Index: ui/aura/remote_root_window_host_win.h
|
| diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
|
| index 85b221a7a63ca03c8afafb656860391033aae32e..3e816565b494f6bb3ed54258d144bb9b610577a0 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -181,7 +181,6 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| void OnDesktopActivated();
|
|
|
| // RootWindowHost overrides:
|
| - virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
|
| virtual RootWindow* GetRootWindow() OVERRIDE;
|
| virtual gfx::AcceleratedWidget GetAcceleratedWidget() OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| @@ -200,7 +199,6 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| virtual void UnConfineCursor() OVERRIDE;
|
| virtual void OnCursorVisibilityChanged(bool show) OVERRIDE;
|
| virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE;
|
| - virtual void SetFocusWhenShown(bool focus_when_shown) OVERRIDE;
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void PrepareForShutdown() OVERRIDE;
|
|
|