| Index: ui/views/widget/desktop_aura/x11_desktop_handler.cc
|
| diff --git a/ui/views/widget/desktop_aura/x11_desktop_handler.cc b/ui/views/widget/desktop_aura/x11_desktop_handler.cc
|
| index ee90cbc5fae046d7aeee9284c7adbb84b0e58f4c..2cab496472578be423fe99ff853f8c069e9f6bcd 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_handler.cc
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_handler.cc
|
| @@ -182,7 +182,7 @@ uint32_t X11DesktopHandler::DispatchEvent(const ui::PlatformEvent& event) {
|
| NOTREACHED();
|
| }
|
|
|
| - return ui::POST_DISPATCH_NONE;
|
| + return ui::kPostDispatchNone;
|
| }
|
|
|
| void X11DesktopHandler::OnWindowInitialized(aura::Window* window) {
|
|
|