| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index b24c632a72a90f2434a11d85a8d76b7d4ae93e41..68ae29963add88bc295bd64171a59951d565f37b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -59,14 +59,12 @@ GraphicsContext::GraphicsContext(PaintController& paintController,
|
| : m_canvas(nullptr),
|
| m_paintController(paintController),
|
| m_paintStateStack(),
|
| - m_paintStateIndex(0)
|
| + m_paintStateIndex(0),
|
| #if DCHECK_IS_ON()
|
| - ,
|
| m_layerCount(0),
|
| m_disableDestructionChecks(false),
|
| - m_inDrawingRecorder(false)
|
| + m_inDrawingRecorder(false),
|
| #endif
|
| - ,
|
| m_disabledState(disableContextOrPainting),
|
| m_deviceScaleFactor(1.0f),
|
| m_printing(false),
|
|
|