| Index: chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| index b7f218bee0f635435d7e4fbb596079e3e27a858b..4a7cbca3b745555e3e21988e52d452e9bfa0e0f7 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| @@ -60,6 +60,7 @@ class TabContentsViewGtk : public TabContentsView,
|
| virtual void SetInitialFocus();
|
| virtual void StoreFocus();
|
| virtual void RestoreFocus();
|
| + virtual void GetViewBounds(gfx::Rect* out) const;
|
|
|
| // Backend implementation of RenderViewHostDelegate::View.
|
| virtual void ShowContextMenu(const ContextMenuParams& params);
|
|
|