Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index 9127696d1190547617250ee5f596be2b82933efb..f8ca67c1e777d831f8d0956f8804a78748567b43 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -130,6 +130,7 @@ GraphicsContext::GraphicsContext(SkCanvas* canvas) |
, m_accelerated(false) |
, m_isCertainlyOpaque(true) |
, m_printing(false) |
+ , m_antialiasImages(false) |
{ |
// FIXME: Do some tests to determine how many states are typically used, and allocate |
// several here. |