| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index c8d5000ee7b5c186062b31055563d6fefdd9c59b..bdca75159e22cbcc217c26139b2d1cf4d21bcb04 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -139,7 +139,7 @@ public:
|
| bool is3D() const;
|
| bool isAnimated2D() const;
|
|
|
| - bool hasImageBuffer() const { return m_imageBuffer; }
|
| + bool hasImageBuffer() const { return !!m_imageBuffer; }
|
| void discardImageBuffer();
|
|
|
| bool shouldAccelerate(const IntSize&) const;
|
|
|