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 0577ee729be95a6a38cc5354dd7cefada57d397f..9a253730021261108d06ae156d40b3a0a16d1bc5 100644 |
--- a/ui/aura/remote_root_window_host_win.h |
+++ b/ui/aura/remote_root_window_host_win.h |
@@ -149,6 +149,8 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost { |
void OnSelectFolderDone(bool success, const base::FilePath& folder); |
void OnWindowActivated(bool active); |
void OnSetCursorPosAck(); |
+ void OnWindowSizeChanged(int32 width, int32 height); |
+ |
// RootWindowHost overrides: |
virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE; |
virtual RootWindow* GetRootWindow() OVERRIDE; |