Split app list drop target into reorder and folder drop targets.
This CL splits the common drop_target_ member of AppsGridView into reorder_drop_target_ and folder_drop_target_. This more clearly shows the purpose which a drop target is being used for. This also slightly changes the behavior when dropping an app into a full folder as the latest reorder drop target will be used for reordering instead of the common drop target which would have pointed at the folder. BUG=411775 Review URL: https://codereview.chromium.org/557673002 Cr-Commit-Position: refs/heads/master@{#294777}
Showing
This diff is collapsed.
Please register or sign in to comment