Commit 3c9b25b8 authored by Mason Freed's avatar Mason Freed Committed by Commit Bot

Fix comment - no behavior change

TBR=masonfreed@chromium.org

Change-Id: I35f4d2b46e2311c7a9092d69d4c636795559eea4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087426Reviewed-by: default avatarMason Freed <masonfreed@chromium.org>
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746889}
parent e66320c5
...@@ -140,8 +140,8 @@ DispatchEventResult EventDispatcher::Dispatch() { ...@@ -140,8 +140,8 @@ DispatchEventResult EventDispatcher::Dispatch() {
event_dispatched_ = true; event_dispatched_ = true;
#endif #endif
if (GetEvent().GetEventPath().IsEmpty()) { if (GetEvent().GetEventPath().IsEmpty()) {
// eventPath() can be empty if event path is shrinked by relataedTarget // eventPath() can be empty if relatedTarget retargeting has shrunk the
// retargeting. // path.
return DispatchEventResult::kNotCanceled; return DispatchEventResult::kNotCanceled;
} }
std::unique_ptr<EventTiming> eventTiming; std::unique_ptr<EventTiming> eventTiming;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment