| Index: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| index 72e4ecd2d2b38331c739619cb2ce88b8ec164bc5..3bf5c61bbb4f715f6c0676e2acb990e23f56b5b5 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| @@ -37,7 +37,7 @@ public:
|
| int width() const final;
|
| int height() const final;
|
|
|
| - bool hasImageBuffer() const final { return m_imageBuffer; }
|
| + bool hasImageBuffer() const final { return !!m_imageBuffer; }
|
| ImageBuffer* imageBuffer() const final { return m_imageBuffer.get(); }
|
|
|
| bool parseColorOrCurrentColor(Color&, const String& colorString) const final;
|
|
|