| Index: views/view.h
|
| diff --git a/views/view.h b/views/view.h
|
| index c5268c257ac04b7d1d80267710109c5ebd7eac65..293c5c7143fe77d9e7b46af8d09b1dc3a63fd610 100644
|
| --- a/views/view.h
|
| +++ b/views/view.h
|
| @@ -644,6 +644,9 @@ class View : public AcceleratorTarget {
|
| // screen. This is useful for example when placing popup windows.
|
| static void ConvertPointToScreen(const View* src, gfx::Point* point);
|
|
|
| + // Return the bounds of the View in screen coordinate system.
|
| + gfx::Rect GetScreenBounds() const;
|
| +
|
| // Event Handlers
|
|
|
| // This method is invoked when the user clicks on this view.
|
|
|