| Index: Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
|
| index 54d415ad522fc323412e80e8ea2e3d2a64348954..06b34af2eccabb245d76df4ad88fc09a6c0ec165 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_antialiasHairlineImages(false)
|
| {
|
| // FIXME: Do some tests to determine how many states are typically used, and allocate
|
| // several here.
|
|
|