Commit 93244ca3 authored by Charlie Andrews's avatar Charlie Andrews Committed by Commit Bot

Make it clear that WebCoalescedInputEvent represents all event types

The current comment suggests that it does, but it seems worthwhile to
make it explicit given that the name of the event might suggest
otherwise.

Change-Id: Ie0ab5a95a462e9e493336644fa1d7f4ecd5edc42
Reviewed-on: https://chromium-review.googlesource.com/c/1340859Reviewed-by: default avatarNavid Zolghadr <nzolghadr@chromium.org>
Reviewed-by: default avatarNate Chapin <japhet@chromium.org>
Commit-Queue: Nate Chapin <japhet@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609509}
parent 7d3f4fa2
......@@ -14,8 +14,9 @@
namespace blink {
// This class is representing a polymorphic WebInputEvent structure with its
// coalesced events. The event could be any events defined in WebInputEvent.h.
// This class represents a polymorphic WebInputEvent structure with its
// coalesced events. The event could be any event defined in WebInputEvent.h,
// including those that cannot be coalesced.
class BLINK_PLATFORM_EXPORT WebCoalescedInputEvent {
public:
explicit WebCoalescedInputEvent(const WebInputEvent&);
......
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