| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 97461db26623973c9f31cdf51e2ed547dbdb7726..52d217cab8c7a878fb0fddf3890eab2b71c35519 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -71,6 +71,7 @@ public:
|
| void willUse();
|
| SkCanvas* canvas() const { return m_canvas.get(); }
|
| bool isValid();
|
| + bool tryRecover();
|
| blink::WebLayer* layer() const;
|
| Platform3DObject getBackingTexture();
|
| bool isAccelerated() const { return true; }
|
|
|