Index: Source/platform/graphics/ImageBuffer.h |
diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h |
index 16783bb670e2d212d290d02da221f4d2955f0fbb..46f4f811b796bd12caac236baf7223d7db45d9f8 100644 |
--- a/Source/platform/graphics/ImageBuffer.h |
+++ b/Source/platform/graphics/ImageBuffer.h |
@@ -126,6 +126,8 @@ public: |
void notifySurfaceInvalid(); |
void didPresent(); |
+ PassRefPtr<SkImage> newImageSnapshot() const; |
+ |
private: |
ImageBuffer(PassOwnPtr<ImageBufferSurface>); |