| 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..7f605367d867a97a1800fe2dd9e60c956325a556 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 uint64_t DragOperationToNSDragOperation(int drag_operation);
|
| +#endif
|
| };
|
|
|
| } // namespace ui
|
|
|