Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index 981f1e1593f8b6bc0147a572a9f67991792a4f84..06a10012ededfa32e36afcd1fb656ed545bfa101 100644 |
--- a/Source/platform/graphics/GraphicsContext.h |
+++ b/Source/platform/graphics/GraphicsContext.h |
@@ -230,7 +230,6 @@ public: |
// stroke color). |
void drawRect(const IntRect&); |
void drawLine(const IntPoint&, const IntPoint&); |
- void drawEllipse(const IntRect&); |
void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false); |
void fillPath(const Path&); |