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