| 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..3c0d92530277bc340437ec9e4b70c61d794dec3a 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.get(); }
|
| ImageBuffer* imageBuffer() const final { return m_imageBuffer.get(); }
|
|
|
| bool parseColorOrCurrentColor(Color&, const String& colorString) const final;
|
|
|