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