| Index: ui/views/test/x11_property_change_waiter.cc
|
| diff --git a/ui/views/test/x11_property_change_waiter.cc b/ui/views/test/x11_property_change_waiter.cc
|
| index cdfd31dd6a4fb4c6a990f38350751c1f4f55d7d8..332f2908bac8b32dc878696f142f8696b0b2aa4c 100644
|
| --- a/ui/views/test/x11_property_change_waiter.cc
|
| +++ b/ui/views/test/x11_property_change_waiter.cc
|
| @@ -65,7 +65,7 @@ bool X11PropertyChangeWaiter::CanDispatchEvent(const ui::PlatformEvent& event) {
|
| return true;
|
| }
|
|
|
| -uint32_t X11PropertyChangeWaiter::DispatchEvent(
|
| +ui::PostDispatchAction X11PropertyChangeWaiter::DispatchEvent(
|
| const ui::PlatformEvent& event) {
|
| if (!wait_ ||
|
| event->type != PropertyNotify ||
|
|
|