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

Unified Diff: webkit/glue/webview_impl.h

Issue 99231: Modify Webview drop effects. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_impl.h
===================================================================
--- webkit/glue/webview_impl.h (revision 14936)
+++ webkit/glue/webview_impl.h (working copy)
@@ -331,11 +331,11 @@
int32 drag_identity_;
// Valid when drag_target_dispatch_ is true. Used to override the default
- // browser drop effect with the effects "copy" or "none".
+ // browser drop effect with the effects "none" or "copy".
enum DragTargetDropEffect {
- DROP_EFFECT_DEFAULT = 0,
- DROP_EFFECT_COPY,
- DROP_EFFECT_NONE
+ DROP_EFFECT_DEFAULT = -1,
+ DROP_EFFECT_NONE,
+ DROP_EFFECT_COPY
} drop_effect_;
// When true, the drag data can be dropped onto the current drop target in
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698