| 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..d7785bf4ce65991b0ddbf9edc994ebb761ccdd5b 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.get(); }
|
| void discardImageBuffer();
|
|
|
| bool shouldAccelerate(const IntSize&) const;
|
|
|