| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc
|
| index 490c7a83f57dd9b040c4819a3d99538bb27b11d5..a3dfca2da40d707eebe9840c3fa2b16524bd4ae4 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc
|
| @@ -323,6 +323,10 @@ void TabContentsViewGtk::RestoreFocus() {
|
| }
|
| }
|
|
|
| +void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const {
|
| + GetBounds(out, true);
|
| +}
|
| +
|
| void TabContentsViewGtk::UpdateDragCursor(WebDragOperation operation) {
|
| if (drag_dest_.get())
|
| drag_dest_->UpdateDragStatus(operation);
|
|
|