| 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 61494ff65063f299df4e204cec02ab0ec098e1ad..0992a3bb4e2b70e091f78af24f7fb021d9fd2660 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -167,6 +167,7 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void PrepareForShutdown() OVERRIDE;
|
| + virtual void SetHostWindowExpansion(const gfx::Rect& extra) OVERRIDE;
|
|
|
| // Helper function to dispatch a keyboard message to the desired target.
|
| // The default target is the RootWindowHostDelegate. For nested message loop
|
|
|