| 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 4beacbc9aeda756ed425744e984bd03071443cf2..2ffda5a6257fcfc2f4100407724dd5da99c3f0fe 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -116,7 +116,7 @@ public:
|
|
|
| void beginDestruction();
|
| void hibernate();
|
| - bool isHibernating() const { return m_hibernationImage; }
|
| + bool isHibernating() const { return m_hibernationImage.get(); }
|
|
|
| PassRefPtr<SkImage> newImageSnapshot(AccelerationHint, SnapshotReason);
|
|
|
|
|