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

Unified Diff: ui/app_list/views/apps_grid_view.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: address comments 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
Index: ui/app_list/views/apps_grid_view.h
diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h
index 3429eb732341c98334b6a7f210c6ea1c057da834..b57ac6422a09efffedec8f5bea1cbfa47716fe51 100644
--- a/ui/app_list/views/apps_grid_view.h
+++ b/ui/app_list/views/apps_grid_view.h
@@ -115,6 +115,7 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
void EndDrag(bool cancel);
bool IsDraggedView(const views::View* view) const;
void ClearDragState(bool cancel_reparent);
+ void SetDragViewVisible(bool visible);
void StartSettingUpSynchronousDrag();
bool RunSynchronousDrag();

Powered by Google App Engine
This is Rietveld 408576698