| Index: ui/events/event_utils.h
|
| diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
|
| index e67a74111d6da327d6e6105e6ff4c1cbdafed8e3..30092bc27c6772a5154fb540fda836b93cccbc9e 100644
|
| --- a/ui/events/event_utils.h
|
| +++ b/ui/events/event_utils.h
|
| @@ -158,10 +158,6 @@ EVENTS_EXPORT uint16 GetScanCodeFromLParam(LPARAM lParam);
|
| EVENTS_EXPORT LPARAM GetLParamFromScanCode(uint16 scan_code);
|
| #endif
|
|
|
| -// Returns true if default post-target handling was canceled for |event| after
|
| -// its dispatch to its target.
|
| -EVENTS_EXPORT bool EventCanceledDefaultHandling(const Event& event);
|
| -
|
| // Registers a custom event type.
|
| EVENTS_EXPORT int RegisterCustomEventType();
|
|
|
|
|