| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index a7ff0593e8c91d3a06488fea679ed2595650e2fd..ed5d99d8aa191d5c3c7c5ba76ab0d90831abc685 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -60,7 +60,7 @@ public:
|
|
|
| // blink::WebExternalTextureLayerClient implementation.
|
| virtual bool prepareMailbox(blink::WebExternalTextureMailbox*, blink::WebExternalBitmap*) OVERRIDE;
|
| - virtual void mailboxReleased(const blink::WebExternalTextureMailbox&) OVERRIDE;
|
| + virtual void mailboxReleased(const blink::WebExternalTextureMailbox&, bool lostResource) OVERRIDE;
|
|
|
| // SkDeferredCanvas::NotificationClient implementation
|
| virtual void prepareForDraw() OVERRIDE;
|
|
|