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

Unified Diff: ui/views/widget/widget.h

Issue 83783003: linux aura: Show the drag-image when available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/views/widget/desktop_aura/x11_whole_screen_move_loop.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 69aa998aaf555160296a22f3f44c938a44145d3c..ce14d7c5bffa39a3b250e75876610accba159255 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -140,6 +140,8 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// specialized to menus.
TYPE_TOOLTIP,
TYPE_BUBBLE,
+ TYPE_DRAG, // An undecorated Window, used during a drag-and-drop to
+ // show the drag image.
};
enum WindowOpacity {
« no previous file with comments | « ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698