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

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

Issue 1846683004: App list: Fixed folder reparenting calculation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tapted-applist-deprecation-mac
Patch Set: Created 4 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 | « 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/app_list_folder_view.cc
diff --git a/ui/app_list/views/app_list_folder_view.cc b/ui/app_list/views/app_list_folder_view.cc
index 141774391ee73ab142ad6714d0306223806f51a9..238ebed3f652c8ee64959164b4b5aa55bbca7709 100644
--- a/ui/app_list/views/app_list_folder_view.cc
+++ b/ui/app_list/views/app_list_folder_view.cc
@@ -294,7 +294,7 @@ void AppListFolderView::DispatchDragEventForReparent(
AppsGridView* root_grid = container_view_->apps_grid_view();
gfx::Point drag_point_in_root_grid = drag_point_in_folder_grid;
ConvertPointToTarget(items_grid_view_, root_grid, &drag_point_in_root_grid);
- root_grid->UpdateDragFromReparentItem(pointer, drag_point_in_folder_grid);
+ root_grid->UpdateDragFromReparentItem(pointer, drag_point_in_root_grid);
}
void AppListFolderView::DispatchEndDragEventForReparent(
« 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