Index: third_party/WebKit/Source/platform/graphics/ImageSource.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h |
index 5e8ded4798ce85ea8cb49a28410af12b6157069d..73bdb7ee103c2ecea92bdd52df9934b647b40457 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageSource.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h |
@@ -69,6 +69,7 @@ public: |
// Returns the number of bytes of frame data actually cleared. |
size_t clearCacheExceptFrame(size_t); |
+ PassRefPtr<SharedBuffer> data(); |
void setData(SharedBuffer& data, bool allDataReceived); |
String filenameExtension() const; |