| Index: Source/core/html/HTMLCanvasElement.h
|
| diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
|
| index b2a0ea26c4166b2bc7782b7bf1f7fb2d29165dac..f5e8cc2f860aa4d33ec8fd6bb7873af2b475470b 100644
|
| --- a/Source/core/html/HTMLCanvasElement.h
|
| +++ b/Source/core/html/HTMLCanvasElement.h
|
| @@ -138,6 +138,7 @@ public:
|
| AffineTransform baseTransform() const;
|
|
|
| bool is3D() const;
|
| + bool isAnimated2D() const;
|
|
|
| bool hasImageBuffer() const { return m_imageBuffer; }
|
| void discardImageBuffer();
|
|
|