Chromium Code Reviews| Index: ui/base/dragdrop/drag_drop_types.h |
| diff --git a/ui/base/dragdrop/drag_drop_types.h b/ui/base/dragdrop/drag_drop_types.h |
| index cc54560d860e02908a63f8bd9548bee39a766e12..a299c939623e104180028efe6289c69bf2c4fdd0 100644 |
| --- a/ui/base/dragdrop/drag_drop_types.h |
| +++ b/ui/base/dragdrop/drag_drop_types.h |
| @@ -32,6 +32,10 @@ class UI_BASE_EXPORT DragDropTypes { |
| static uint32_t DragOperationToDropEffect(int drag_operation); |
| static int DropEffectToDragOperation(uint32_t effect); |
| #endif |
| + |
| +#if defined(OS_MACOSX) |
| + static uint32_t DragOperationToNSDragOperation(int drag_operation); |
|
tapted
2016/05/11 12:36:15
(nit NSUInteger is 64-bits on 64-bit platforms, so
spqchan
2016/05/23 21:26:21
Done.
|
| +#endif |
| }; |
| } // namespace ui |