Index: chrome/browser/tab_contents/tab_contents_view.h |
diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h |
index ac373129693e421404a51626589606b236fc05b1..14ee0d5cfcbfcb732b15375b7784d9cb316b7fd7 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view.h |
+++ b/chrome/browser/tab_contents/tab_contents_view.h |
@@ -154,6 +154,9 @@ class TabContentsView : public RenderViewHostDelegate::View { |
virtual bool IsEventTracking() const; |
virtual void CloseTabAfterEventTracking() {} |
+ // Get the bounds of the View, relative to the parent. |
+ virtual void GetViewBounds(gfx::Rect* out) const = 0; |
+ |
protected: |
TabContentsView(); // Abstract interface. |