Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: chrome/browser/views/tab_contents/tab_contents_view_win.cc

Issue 1132003: Hook up HTML5 effectAllowed and dragEffect on Windows. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_drag_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_drag_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698