Index: Source/platform/graphics/ImageBuffer.h |
diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h |
index 1d30d8e17b0a3e6462b30ca451eacf756262f4cc..a604d34e081c6de287960835df7272b053a0e79f 100644 |
--- a/Source/platform/graphics/ImageBuffer.h |
+++ b/Source/platform/graphics/ImageBuffer.h |
@@ -124,6 +124,8 @@ public: |
void notifySurfaceInvalid(); |
+ PassRefPtr<SkImage> newImageSnapshot() const; |
+ |
private: |
ImageBuffer(PassOwnPtr<ImageBufferSurface>); |