Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
index ed7059a675af831ba1b7ccaebe27c2a2860d9b6e..eb1bfbd1a2d264cd87551b7c12bfa674e6d42485 100644 |
--- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
+++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc |
@@ -363,9 +363,9 @@ uint32_t DesktopDragDropClientAuraX11::X11DragContext::DispatchEvent( |
if (event->type == PropertyNotify && |
event->xproperty.atom == atom_cache_->GetAtom("XdndActionList")) { |
ReadActions(); |
- return ui::POST_DISPATCH_STOP_PROPAGATION; |
+ return ui::kPostDispatchStopPropagation; |
} |
- return ui::POST_DISPATCH_NONE; |
+ return ui::kPostDispatchNone; |
} |
/////////////////////////////////////////////////////////////////////////////// |