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; |
danakj
2014/07/03 15:09:02
variable name for a "bool" please, it's name is no
Hongbo Min
2014/07/07 04:30:28
Done.
|
// SkDeferredCanvas::NotificationClient implementation |
virtual void prepareForDraw() OVERRIDE; |