[webkit-reviews] review granted: [Bug 41311] Skia: Need to implement GraphicsContext::clipConvexPolygon() : [Attachment 84785] implement clipConvexPolygon but don't enable HAVE_PATH_BASED_BORDER_RADIUS_DRAWING yet.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 26 17:06:52 PDT 2011
Dirk Schulze <krit at webkit.org> has granted Mike Reed <reed at google.com>'s
request for review:
Bug 41311: Skia: Need to implement GraphicsContext::clipConvexPolygon()
https://bugs.webkit.org/show_bug.cgi?id=41311
Attachment 84785: implement clipConvexPolygon but don't enable
HAVE_PATH_BASED_BORDER_RADIUS_DRAWING yet.
https://bugs.webkit.org/attachment.cgi?id=84785&action=review
------- Additional Comments from Dirk Schulze <krit at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=84785&action=review
LGTM. r=me
> WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:455
> + for (size_t i = 1; i < numPoints; i++) {
use ++i instead of i++ here
More information about the webkit-reviews
mailing list