| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index c2a59266f74a2869d0cf578e0a9d8d21655a491d..7920c2115c8c8a30c3920c5fd894764fd1e81f86 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) OVERRIDE;
|
|
|
| // SkDeferredCanvas::NotificationClient implementation
|
| virtual void prepareForDraw() OVERRIDE;
|
|
|