Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index c6760eabd5aab3fb430cb2da77636d3fb1eb04ae..3bcc97ddb2675f60e4476e2ce1c4af831eda98db 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -149,8 +149,6 @@ public: |
void beginPath(); |
- PassRefPtr<Path2D> currentPath(); |
- void setCurrentPath(Path2D*); |
void fill(const String& winding = "nonzero"); |
void fill(Path2D*, const String& winding = "nonzero"); |
void stroke(); |