[Webkit-unassigned] [Bug 101857] Updating mouse cursor on style changes without emitting fake mousemove event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 18:43:12 PST 2013


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





--- Comment #104 from Antonio Gomes <tonikitoo at webkit.org>  2013-02-15 18:45:26 PST ---
(From update of attachment 187844)
View in context: https://bugs.webkit.org/attachment.cgi?id=187844&action=review

> Source/WebCore/rendering/RenderObject.cpp:1810
> +    if (oldStyle.get() && !areCursorsEqual(oldStyle.get(), this->style())) {

is .get() needed?

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