| Index: Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp
|
| index f250e137f3bcbb461aa172a723dde7e522198a6a..8d0456e9440bf89905b7c74b0689067288997f54 100644
|
| --- a/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -132,6 +132,7 @@ GraphicsContext::GraphicsContext(SkCanvas* canvas, DisabledMode disableContextOr
|
| , m_isCertainlyOpaque(true)
|
| , m_printing(false)
|
| , m_antialiasHairlineImages(false)
|
| + , m_shouldSmoothFonts(true)
|
| {
|
| ASSERT(canvas);
|
|
|
|
|