| Index: ui/views/widget/desktop_aura/desktop_screen_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.cc b/ui/views/widget/desktop_aura/desktop_screen_x11.cc
|
| index bb253cff17ce48e6295bbee89574a874f5733462..153310a521840a49b19f409a04f861eaceae6dca 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_x11.cc
|
| @@ -246,7 +246,7 @@ uint32_t DesktopScreenX11::DispatchEvent(const ui::PlatformEvent& event) {
|
| NOTREACHED();
|
| }
|
|
|
| - return ui::POST_DISPATCH_NONE;
|
| + return ui::kPostDispatchNone;
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|