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