| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
|
| index d46c36b3a0c55962f86ed6758d9dd4440e8e83e1..e5b310f4771f6c747357a24183f995d660e5b03c 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
|
| @@ -283,6 +283,10 @@ void TabContentsViewWin::CancelDragAndCloseTab() {
|
| close_tab_after_drag_ends_ = true;
|
| }
|
|
|
| +void TabContentsViewWin::GetViewBounds(gfx::Rect* out) const {
|
| + GetBounds(out, true);
|
| +}
|
| +
|
| void TabContentsViewWin::UpdateDragCursor(WebDragOperation operation) {
|
| drop_target_->set_drag_cursor(operation);
|
| }
|
|
|