| Index: chrome/browser/views/tab_contents/tab_contents_view_win.cc
|
| diff --git a/chrome/browser/views/tab_contents/tab_contents_view_win.cc b/chrome/browser/views/tab_contents/tab_contents_view_win.cc
|
| index 243017ea5ec076508dda4b02b227f98e0e5a71a8..5297b5d82d4a4723e18a76065a7d950a899cf2e4 100644
|
| --- a/chrome/browser/views/tab_contents/tab_contents_view_win.cc
|
| +++ b/chrome/browser/views/tab_contents/tab_contents_view_win.cc
|
| @@ -285,7 +285,7 @@ void TabContentsViewWin::CancelDragAndCloseTab() {
|
| }
|
|
|
| void TabContentsViewWin::UpdateDragCursor(WebDragOperation operation) {
|
| - drop_target_->set_is_drop_target(operation != WebDragOperationNone);
|
| + drop_target_->set_drag_cursor(operation);
|
| }
|
|
|
| void TabContentsViewWin::GotFocus() {
|
|
|