Index: chrome/browser/ui/extensions/native_app_window.h |
diff --git a/chrome/browser/ui/extensions/native_app_window.h b/chrome/browser/ui/extensions/native_app_window.h |
index 868b906ae2e25571a5959b4b7bf96ad8c04325eb..d22de3504f3cfaf7ab35aaf4b1b8b3b389f22701 100644 |
--- a/chrome/browser/ui/extensions/native_app_window.h |
+++ b/chrome/browser/ui/extensions/native_app_window.h |
@@ -49,6 +49,9 @@ class NativeAppWindow : public ui::BaseWindow, |
// borders) and the content bounds, if any. |
virtual gfx::Insets GetFrameInsets() const = 0; |
+ // Returns the screen bounds for the window. |
+ virtual gfx::Rect GetScreenBounds() const = 0; |
+ |
virtual ~NativeAppWindow() {} |
}; |