summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/platform/graphics/ImageBufferSkia.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/port/platform/graphics/ImageBufferSkia.cpp b/webkit/port/platform/graphics/ImageBufferSkia.cpp
index e0f97b4..b9c54e6 100644
--- a/webkit/port/platform/graphics/ImageBufferSkia.cpp
+++ b/webkit/port/platform/graphics/ImageBufferSkia.cpp
@@ -50,6 +50,7 @@ ImageBufferData::ImageBufferData(const IntSize& size)
ImageBuffer::ImageBuffer(const IntSize& size, bool grayScale, bool& success)
: m_data(size)
+ , m_size(size)
{
m_context.set(new GraphicsContext(&m_data.m_platformContext));