[Webkit-unassigned] [Bug 127521] Sideways 'wobble' when scrolling with trackpad on Mavericks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 31 11:28:54 PST 2014


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





--- Comment #9 from Darin Adler <darin at apple.com>  2014-01-31 11:26:18 PST ---
(From update of attachment 222754)
View in context: https://bugs.webkit.org/attachment.cgi?id=222754&action=review

> Source/WebCore/page/EventHandler.h:517
> +    OwnPtr<WheelEventDeltaTracker> m_recentWheelEventDeltaTracker;

Why not std::unique_ptr instead of OwnPtr?

> Source/WebKit2/WebProcess/WebPage/EventDispatcher.h:81
> +    OwnPtr<WebCore::WheelEventDeltaTracker> m_recentWheelEventDeltaTracker;

Why not std::unique_ptr instead of OwnPtr?

-- 
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