Index: chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h |
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h |
index 6efe01cc1afa596159962d41afc8e0b5f1823d83..6294c1e36b90284bbea58c6981600f650f8132e4 100644 |
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h |
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h |
@@ -63,6 +63,9 @@ class TabContentsViewGtk : public TabContentsView, |
virtual void SetInitialFocus(); |
virtual void StoreFocus(); |
virtual void RestoreFocus(); |
+ virtual void GetViewBounds(gfx::Rect* out) const { |
sky
2011/01/18 17:19:48
Don't inline virtual methods.
varunjain
2011/01/18 20:25:32
Done.
|
+ GetBounds(out, true); |
+ } |
// Backend implementation of RenderViewHostDelegate::View. |
virtual void ShowContextMenu(const ContextMenuParams& params); |