Chromium Code Reviews| 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..f0bec46c3d9c4f2318f3deee14aa5a332fb6a59c 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(); |
| + DragImageView(gfx::NativeView context); |
|
Ben Goodger (Google)
2013/01/09 17:30:22
explicit
|
| virtual ~DragImageView(); |
| // Sets the bounds of the native widget in screen |