Index: Source/core/html/canvas/CanvasRenderingContext.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h |
index 509dd50be17c564332aa82330fe31ec1f70517bb..0999d334bf7e759f916b4a1b4d769258b40070da 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext.h |
@@ -58,7 +58,6 @@ |
virtual bool is3d() const { return false; } |
virtual bool isAccelerated() const { return false; } |
virtual bool hasAlpha() const { return true; } |
- virtual void setIsHidden(bool) = 0; |
virtual void paintRenderingResultsToCanvas() {} |