[Webkit-unassigned] [Bug 135244] Let WheelEvent wrap a PlatformWheelEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 25 16:34:09 PDT 2014


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





--- Comment #8 from Sam Weinig <sam at webkit.org>  2014-07-25 16:34:22 PST ---
(From update of attachment 235461)
View in context: https://bugs.webkit.org/attachment.cgi?id=235461&action=review

> Source/WebCore/dom/WheelEvent.h:114
> +    std::unique_ptr<PlatformWheelEvent> m_wheelEvent;

This seems like it is duplicating state now.  I would prefer if we just had the PlatformWheelEvent itself (not in a std::unique_ptr) and we remove the duplicate state.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list