| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index bb836747792bc4b3c77c54a9be40c87583622d6c..b8b426ba23d4a4ab4638ab93f6a0fe8ad7d9b484 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -338,6 +338,7 @@ private:
|
| 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; }
|
|
|
|
|