[Webkit-unassigned] [Bug 135268] Compute and store snap point positions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 12 22:55:56 PDT 2014


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





--- Comment #19 from Sam Weinig <sam at webkit.org>  2014-08-12 22:56:03 PST ---
(From update of attachment 236482)
View in context: https://bugs.webkit.org/attachment.cgi?id=236482&action=review

> Source/WebCore/platform/ScrollableArea.h:271
> +    OwnPtr<Vector<LayoutUnit>> m_horizontalSnapOffsets;
> +    OwnPtr<Vector<LayoutUnit>> m_verticalSnapOffsets;

These should be std::unique_ptrs

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