Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: ui/base/dragdrop/drag_drop_types.h

Issue 2307633002: [MacViews] Fix Drag and Drop bugs (Closed)
Patch Set: Fixed test Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/dragdrop/drag_drop_types_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « no previous file | ui/base/dragdrop/drag_drop_types_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698