Skip to content

Commit 1f8a47b

Browse files
committed
Rubber-stamped by Adele.
Fixed build. * platform/cairo/GraphicsContextCairo.cpp: (WebCore::GraphicsContext::drawConvexPolygon): Canonical link: https://commits.webkit.org/13443@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16047 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent fbdf5ef commit 1f8a47b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

WebCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2006-08-26 Adam Roben <aroben@apple.com>
2+
3+
Rubber-stamped by Adele.
4+
5+
Fixed build.
6+
7+
* platform/cairo/GraphicsContextCairo.cpp:
8+
(WebCore::GraphicsContext::drawConvexPolygon):
9+
110
2006-08-25 Adele Peterson <adele@apple.com>
211

312
Patch by Francisco, Reviewed by me.

WebCore/platform/cairo/GraphicsContextCairo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ void GraphicsContext::drawArc(const IntRect& rect, float thickness, int startAng
317317
}
318318
}
319319

320-
void GraphicsContext::drawConvexPolygon(size_t npoints, const IntPoint* points, bool shouldAntialias)
320+
void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias)
321321
{
322322
if (paintingDisabled())
323323
return;

0 commit comments

Comments
 (0)