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