X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Fplatform%2Fgraphics%2FGraphicsContext.h;h=e3292c279c8b8e4d73ff1e72b8dacd7b7db4253d;hp=af5a05b98aa0c6872b012bb9580a19b467935a76;hb=8b06471693b58479fceaf8070bc315b7523e88b7;hpb=867f49c4529ebc994571fc8fb72922343a7f912e diff --git a/Source/WebCore/platform/graphics/GraphicsContext.h b/Source/WebCore/platform/graphics/GraphicsContext.h index af5a05b98aa0..e3292c279c8b 100644 --- a/Source/WebCore/platform/graphics/GraphicsContext.h +++ b/Source/WebCore/platform/graphics/GraphicsContext.h @@ -309,11 +309,8 @@ namespace WebCore { void drawJoinedLines(CGPoint points[], unsigned count, bool antialias, CGLineCap = kCGLineCapButt); #endif - void drawEllipse(const IntRect&); -#if PLATFORM(IOS) void drawEllipse(const FloatRect&); void drawRaisedEllipse(const FloatRect&, const Color& ellipseColor, ColorSpace ellipseColorSpace, const Color& shadowColor, ColorSpace shadowColorSpace); -#endif void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false); WEBCORE_EXPORT void fillPath(const Path&);