Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index 35a137e717b521dabd65f548ced73a2363b5f7dc..c81c45847ad9ef9861ac46cc26989d963c9dfc4a 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -118,7 +118,6 @@ public: |
void paint(GraphicsContext*, const LayoutRect&); |
GraphicsContext* drawingContext() const; // Deprecated: use drawingCanvas |
- GraphicsContext* existingDrawingContext() const; // Deprecated: use existingDrawingCanvas |
SkCanvas* drawingCanvas() const; |
SkCanvas* existingDrawingCanvas() const; |