X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Fplatform%2Fgraphics%2Fcairo%2FGraphicsContextCairo.cpp;h=cbf1822cd0b5f09eda7331783e0cdb5eb0d1d7ea;hp=db73c030c17190b8b4b3fc687d33b46e971aa6b2;hb=8b06471693b58479fceaf8070bc315b7523e88b7;hpb=867f49c4529ebc994571fc8fb72922343a7f912e diff --git a/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp b/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp index db73c030c171..cbf1822cd0b5 100644 --- a/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp +++ b/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp @@ -344,7 +344,7 @@ void GraphicsContext::drawLine(const FloatPoint& point1, const FloatPoint& point } // This method is only used to draw the little circles used in lists. -void GraphicsContext::drawEllipse(const IntRect& rect) +void GraphicsContext::drawEllipse(const FloatRect& rect) { if (paintingDisabled()) return;