| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 97461db26623973c9f31cdf51e2ed547dbdb7726..97bb905411eb5e089c35ca6a36b7613bc9c10cd5 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -70,7 +70,8 @@ public:
|
| // ImageBufferSurface implementation
|
| void willUse();
|
| SkCanvas* canvas() const { return m_canvas.get(); }
|
| - bool isValid();
|
| + bool surfaceIsValid();
|
| + bool recoverSurface();
|
| blink::WebLayer* layer() const;
|
| Platform3DObject getBackingTexture();
|
| bool isAccelerated() const { return true; }
|
|
|