Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
index 77c99397fc44b432629cce2a65b0582d480b443a..1fd37ba6f4f2b64307a8a04923c9f9ad3dfce337 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
@@ -149,6 +149,7 @@ private: |
}; |
struct ImageDataBuffer { |
+ STACK_ALLOCATED(); |
ImageDataBuffer(const IntSize& size, const unsigned char* data) : m_data(data), m_size(size) { } |
String PLATFORM_EXPORT toDataURL(const String& mimeType, const double& quality) const; |
bool PLATFORM_EXPORT encodeImage(const String& mimeType, const double& quality, Vector<unsigned char>* encodedImage) const; |