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

Unified Diff: ui/app_list/views/apps_grid_view_folder_delegate.h

Issue 265723003: Fix app list drag view being hidden on reparent when synchronous drag is setting up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_list_win_stuck_icons_real
Patch Set: rebase Created 6 years, 8 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 | « ui/app_list/views/apps_grid_view.cc ('k') | ui/app_list/views/apps_grid_view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/apps_grid_view_folder_delegate.h
diff --git a/ui/app_list/views/apps_grid_view_folder_delegate.h b/ui/app_list/views/apps_grid_view_folder_delegate.h
index a5f1d7d36ec4050943980b5b52f8958ecdfc833c..7dfaa4cc2fd5099428b09279bb48c65fc32f2cbf 100644
--- a/ui/app_list/views/apps_grid_view_folder_delegate.h
+++ b/ui/app_list/views/apps_grid_view_folder_delegate.h
@@ -53,6 +53,10 @@ class APP_LIST_EXPORT AppsGridViewFolderDelegate {
// Returns true if the associated folder item is an OEM folder.
virtual bool IsOEMFolder() const = 0;
+ // Hides or show the root level's grid view. This is needed so that the
+ // synchronous drag has an icon for reparenting while it loads.
+ virtual void SetRootLevelDragViewVisible(bool visible) = 0;
+
protected:
virtual ~AppsGridViewFolderDelegate() {}
};
« no previous file with comments | « ui/app_list/views/apps_grid_view.cc ('k') | ui/app_list/views/apps_grid_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698