Fixed build.
* platform/cairo/GraphicsContextCairo.cpp:
(WebCore::GraphicsContext::drawConvexPolygon):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16047
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-08-26 Adam Roben <aroben@apple.com>
+
+ Rubber-stamped by Adele.
+
+ Fixed build.
+
+ * platform/cairo/GraphicsContextCairo.cpp:
+ (WebCore::GraphicsContext::drawConvexPolygon):
+
2006-08-25 Adele Peterson <adele@apple.com>
Patch by Francisco, Reviewed by me.
}
}
-void GraphicsContext::drawConvexPolygon(size_t npoints, const IntPoint* points, bool shouldAntialias)
+void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias)
{
if (paintingDisabled())
return;