[Webkit-unassigned] [Bug 30960] [CAIRO] shadow support for Canvas and SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 10:43:07 PST 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43167|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #20 from Alexey Proskuryakov <ap at webkit.org>  2009-11-13 10:43:07 PST ---
(From update of attachment 43167)
> +    cairo_get_dash(srcCr, reinterpret_cast<double*>(dashes.data()), &offset);
> +    cairo_set_dash(dstCr, reinterpret_cast<double*>(dashes.data()), dashCount, offset);

Please remove the unneeded reinterpret_cast.

r=me

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