| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index a6f120943f57de515556c227b84f04f8f253b208..4a9dc22b25f266ee72fe858c35d7238e346c3ec6 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -1917,7 +1917,7 @@ uint32_t DesktopWindowTreeHostX11::DispatchEvent(
|
| break;
|
| }
|
| }
|
| - return ui::POST_DISPATCH_STOP_PROPAGATION;
|
| + return ui::kPostDispatchStopPropagation;
|
| }
|
|
|
| void DesktopWindowTreeHostX11::DelayedResize(const gfx::Size& size) {
|
|
|