Index: trunk/Source/core/html/canvas/CanvasRenderingContext.h |
=================================================================== |
--- trunk/Source/core/html/canvas/CanvasRenderingContext.h (revision 177853) |
+++ trunk/Source/core/html/canvas/CanvasRenderingContext.h (working copy) |
@@ -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() {} |