Chromium Code Reviews| Index: chrome/views/view.h |
| =================================================================== |
| --- chrome/views/view.h (revision 6273) |
| +++ chrome/views/view.h (working copy) |
| @@ -655,6 +655,10 @@ |
| // view found. Returns NULL if none were found. |
| View* RetrieveFloatingViewParent(); |
| + // Convert a point from the coordinate system of the current View to that of |
| + // the current widget bounds on the screen. |
| + gfx::Rect BoundsInWidget(); |
|
Ben Goodger (Google)
2008/12/08 20:40:08
Yeah I agree with Peter now after some reflection,
|
| + |
| // Utility functions |
| // Note that the utility coordinate conversions functions always operate on |