[webkit-reviews] review granted: [Bug 197665] [Pointer Events] isPrimary property of pointercancel events should match previous events for that pointer : [Attachment 369296] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 7 11:32:05 PDT 2019


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 197665: [Pointer Events] isPrimary property of pointercancel events should
match previous events for that pointer
https://bugs.webkit.org/show_bug.cgi?id=197665

Attachment 369296: Patch

https://bugs.webkit.org/attachment.cgi?id=369296&action=review




--- Comment #2 from Dean Jackson <dino at apple.com> ---
Comment on attachment 369296
  --> https://bugs.webkit.org/attachment.cgi?id=369296
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=369296&action=review

> Source/WebCore/dom/PointerEvent.h:55
> +    enum class IsPrimary : uint8_t { No, Yes };

Do we normally name these bool-like enums isFoo?


More information about the webkit-reviews mailing list