| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 0dd0adee365d5f3f51a9e7dc748a27307886d34b..1770b24a91b5657ebf429485ba2d7677d34fdd3c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -115,7 +115,7 @@ public:
|
|
|
| void beginDestruction();
|
| void hibernate();
|
| - bool isHibernating() const { return m_hibernationImage; }
|
| + bool isHibernating() const { return m_hibernationImage.get(); }
|
|
|
| PassRefPtr<SkImage> newImageSnapshot(AccelerationHint, SnapshotReason);
|
|
|
|
|