diff options
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/view.h b/views/view.h index c5268c2..293c5c7 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. |