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

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

Issue 1964283002: MacViews: Implemented Drag & Drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for dcheng Created 4 years, 6 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
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

Powered by Google App Engine
This is Rietveld 408576698