| Index: Source/platform/graphics/GraphicsContextState.h
|
| diff --git a/Source/platform/graphics/GraphicsContextState.h b/Source/platform/graphics/GraphicsContextState.h
|
| index 0861286f4a92fed1a1012a70db9d0fadd06c1693..e6545e9c7cd6eabe97bf30734eac48905941634d 100644
|
| --- a/Source/platform/graphics/GraphicsContextState.h
|
| +++ b/Source/platform/graphics/GraphicsContextState.h
|
| @@ -57,7 +57,7 @@ private:
|
| , m_fillRule(RULE_NONZERO)
|
| , m_textDrawingMode(TextModeFill)
|
| , m_alpha(1)
|
| - , m_xferMode(0)
|
| + , m_xferMode(nullptr)
|
| , m_compositeOperator(CompositeSourceOver)
|
| , m_blendMode(blink::WebBlendModeNormal)
|
| #if USE(LOW_QUALITY_IMAGE_INTERPOLATION)
|
|
|