Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index bb64655cb9b1d90536fd89506276feb83b6002e2..fe9d7570d85e5434ca5b64e664d2b963ea5ac501 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -351,7 +351,6 @@ |
virtual bool is2d() const OVERRIDE { return true; } |
virtual bool isAccelerated() const OVERRIDE; |
virtual bool hasAlpha() const OVERRIDE { return m_hasAlpha; } |
- virtual void setIsHidden(bool) OVERRIDE; |
virtual bool isTransformInvertible() const OVERRIDE { return state().m_invertibleCTM; } |