Chromium Code Reviews| Index: chrome/browser/tab_contents/web_contents.h |
| =================================================================== |
| --- chrome/browser/tab_contents/web_contents.h (revision 10330) |
| +++ chrome/browser/tab_contents/web_contents.h (working copy) |
| @@ -263,6 +263,10 @@ |
| render_manager_.CrossSiteNavigationCanceled(); |
| } |
| + void WindowMoveOrResizeStarted() { |
| + render_view_host()->WindowMoveOrResizeStarted(); |
| + } |
| + |
| protected: |
| // Should be deleted via CloseContents. |
| virtual ~WebContents(); |