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 7f605367d867a97a1800fe2dd9e60c956325a556..ddb726fe53a9e7f37df4850b2a91c04ace4ee843 100644 |
--- a/ui/base/dragdrop/drag_drop_types.h |
+++ b/ui/base/dragdrop/drag_drop_types.h |
@@ -35,6 +35,7 @@ class UI_BASE_EXPORT DragDropTypes { |
#if defined(OS_MACOSX) |
static uint64_t DragOperationToNSDragOperation(int drag_operation); |
+ static int NSDragOperationToDragOperation(uint64_t ns_drag_operation); |
#endif |
}; |