| Index: ash/drag_drop/drag_image_view.h
|
| diff --git a/ash/drag_drop/drag_image_view.h b/ash/drag_drop/drag_image_view.h
|
| index d8db83c1bc96339ce9e064688037b6c80f96f37f..c2791c497e924991d3a04421134167d37dd59184 100644
|
| --- a/ash/drag_drop/drag_image_view.h
|
| +++ b/ash/drag_drop/drag_image_view.h
|
| @@ -16,7 +16,7 @@ namespace internal {
|
|
|
| class DragImageView : public views::ImageView {
|
| public:
|
| - DragImageView();
|
| + explicit DragImageView(gfx::NativeView context);
|
| virtual ~DragImageView();
|
|
|
| // Sets the bounds of the native widget in screen
|
|
|