| Index: ui/views/widget/root_view.h
|
| diff --git a/ui/views/widget/root_view.h b/ui/views/widget/root_view.h
|
| index 6ab367bd9923336fb4dd5e0c323b501efb5226ed..25b3c4f61fec451c923cdd2e19cf0ae0851e8d1d 100644
|
| --- a/ui/views/widget/root_view.h
|
| +++ b/ui/views/widget/root_view.h
|
| @@ -145,7 +145,9 @@ class VIEWS_EXPORT RootView : public View,
|
| // be applied to the point prior to calling this).
|
| void SetMouseLocationAndFlags(const ui::MouseEvent& event);
|
|
|
| - void DispatchEventToTarget(View* target, ui::Event* event);
|
| + ui::EventDispatchDetails DispatchEventToTarget(
|
| + View* target,
|
| + ui::Event* event) WARN_UNUSED_RESULT;
|
|
|
| // |view| is the view receiving |event|. This function sends the event to all
|
| // the Views up the hierarchy that has |notify_enter_exit_on_child_| flag
|
|
|