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

Unified Diff: ui/app_list/views/apps_grid_view.cc

Issue 435303005: [win] Set the drag item visible when externally cancelling a drag in the app launcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/apps_grid_view.cc
diff --git a/ui/app_list/views/apps_grid_view.cc b/ui/app_list/views/apps_grid_view.cc
index bb45d79cd18a7eb1db1a9bd3d356413b5e1ec3e8..f1f1a05bf58cce6dbdf8a79c32e7ee5f9bf442d3 100644
--- a/ui/app_list/views/apps_grid_view.cc
+++ b/ui/app_list/views/apps_grid_view.cc
@@ -270,6 +270,8 @@ class SynchronousDrag : public ui::DragSourceWin {
void EndDragExternally() {
CancelDrag();
+ DCHECK(drag_view_);
+ drag_view_->SetVisible(true);
drag_view_ = NULL;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698