| Index: ui/views/widget/root_view.h
|
| diff --git a/ui/views/widget/root_view.h b/ui/views/widget/root_view.h
|
| index 25b3c4f61fec451c923cdd2e19cf0ae0851e8d1d..6ab367bd9923336fb4dd5e0c323b501efb5226ed 100644
|
| --- a/ui/views/widget/root_view.h
|
| +++ b/ui/views/widget/root_view.h
|
| @@ -145,9 +145,7 @@
|
| // be applied to the point prior to calling this).
|
| void SetMouseLocationAndFlags(const ui::MouseEvent& event);
|
|
|
| - ui::EventDispatchDetails DispatchEventToTarget(
|
| - View* target,
|
| - ui::Event* event) WARN_UNUSED_RESULT;
|
| + void DispatchEventToTarget(View* target, ui::Event* event);
|
|
|
| // |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
|
|
|