[Webkit-unassigned] [Bug 209054] Remove AffectedByDrag style flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 15 17:47:05 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209054

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #7 from Darin Adler <darin at apple.com> ---
Comment on attachment 393490
  --> https://bugs.webkit.org/attachment.cgi?id=393490
patch

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

> Source/WebCore/dom/UserActionElementSet.h:58
>      enum class Flag {

: uint8_t maybe?

> Source/WebCore/dom/UserActionElementSet.h:63
> +        IsActive        = 1 << 0,
> +        InActiveChain   = 1 << 1,
> +        IsHovered       = 1 << 2,
> +        IsFocused       = 1 << 3,
> +        IsDragged       = 1 << 4,

I’m like the opposite of Simon. I would not have lined these up, and it’s just me saying that ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200316/f148bd69/attachment.htm>


More information about the webkit-unassigned mailing list