| 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 58b432902779cb088a2ccab82977d3e00fe26adf..920610b3f108658aec0ac6ef461a234f6a0303cc 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -148,6 +148,7 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| const std::vector<base::FilePath>& files);
|
| void OnSelectFolderDone(bool success, const base::FilePath& folder);
|
| void OnWindowActivated(bool active);
|
| + void OnWindowSizeChanged(int32 width, int32 height);
|
| // RootWindowHost overrides:
|
| virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
|
| virtual RootWindow* GetRootWindow() OVERRIDE;
|
|
|