| 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 {
|
|
|