| Index: chrome/browser/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.h (revision 10336)
|
| +++ chrome/browser/views/frame/browser_view.h (working copy)
|
| @@ -68,6 +68,10 @@
|
| // any dependent popup windows should be repositioned.
|
| void WindowMoved();
|
|
|
| + // Called by the frame to notify the BrowserView that a move or resize was
|
| + // initiated.
|
| + void WindowMoveOrResizeStarted();
|
| +
|
| // Returns the bounds of the toolbar, in BrowserView coordinates.
|
| gfx::Rect GetToolbarBounds() const;
|
|
|
|
|