Index: Source/platform/graphics/Canvas2DLayerBridge.h |
diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h |
index ed5d99d8aa191d5c3c7c5ba76ab0d90831abc685..5c9953faa64cf4b2177d0cebac67422286f7bf55 100644 |
--- a/Source/platform/graphics/Canvas2DLayerBridge.h |
+++ b/Source/platform/graphics/Canvas2DLayerBridge.h |
@@ -94,6 +94,8 @@ public: |
void beginDestruction(); |
+ PassRefPtr<SkImage> newImageSnapshot(); |
+ |
protected: |
Canvas2DLayerBridge(PassOwnPtr<blink::WebGraphicsContext3DProvider>, PassOwnPtr<SkDeferredCanvas>, PassRefPtr<SkSurface>, int, OpacityMode); |
void setRateLimitingEnabled(bool); |